summaryrefslogtreecommitdiff
path: root/src/core/cs_logout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_logout.c')
-rw-r--r--src/core/cs_logout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c
index 79716b382..f07e5c0d0 100644
--- a/src/core/cs_logout.c
+++ b/src/core/cs_logout.c
@@ -26,8 +26,8 @@ class CSLogout : public Module
{
Command *c;
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ this->SetAuthor("Anope");
+ this->SetVersion("$Id$");
this->SetType(CORE);
c = createCommand("LOGOUT", do_logout, NULL, -1, CHAN_HELP_LOGOUT, -1, CHAN_SERVADMIN_HELP_LOGOUT, CHAN_SERVADMIN_HELP_LOGOUT);