diff options
Diffstat (limited to 'src/core/cs_logout.c')
-rw-r--r-- | src/core/cs_logout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c index f07e5c0d0..e1d8124ee 100644 --- a/src/core/cs_logout.c +++ b/src/core/cs_logout.c @@ -31,7 +31,7 @@ class CSLogout : public Module this->SetType(CORE); c = createCommand("LOGOUT", do_logout, NULL, -1, CHAN_HELP_LOGOUT, -1, CHAN_SERVADMIN_HELP_LOGOUT, CHAN_SERVADMIN_HELP_LOGOUT); - moduleAddCommand(CHANSERV, c, MOD_UNIQUE); + this->AddCommand(CHANSERV, c, MOD_UNIQUE); moduleSetChanHelp(myChanServHelp); } |