mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -43,7 +43,7 @@ protected:
|
||||
|
||||
class CPartylineMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CPartylineMod) {}
|
||||
MODCONSTRUCTOR(CPartylineMod) {}
|
||||
|
||||
virtual ~CPartylineMod() {
|
||||
while (m_ssChannels.size()) {
|
||||
|
||||
Reference in New Issue
Block a user