mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
}
|
||||
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CLastSeenMod) {
|
||||
MODCONSTRUCTOR(CLastSeenMod) {
|
||||
AddHelpCommand();
|
||||
AddCommand("Show", static_cast<CModCommand::ModCmdFunc>(&CLastSeenMod::ShowCommand));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user