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