mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -17,7 +17,7 @@ class CIdentFileModule : public CModule {
|
||||
CIRCSock *m_pIRCSock;
|
||||
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CIdentFileModule) {
|
||||
MODCONSTRUCTOR(CIdentFileModule) {
|
||||
AddHelpCommand();
|
||||
AddCommand("GetFile", static_cast<CModCommand::ModCmdFunc>(&CIdentFileModule::GetFile));
|
||||
AddCommand("SetFile", static_cast<CModCommand::ModCmdFunc>(&CIdentFileModule::SetFile),
|
||||
|
||||
Reference in New Issue
Block a user