diff options
Diffstat (limited to 'src/modules/cs_tban.c')
-rw-r--r-- | src/modules/cs_tban.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c index 2ca1fa08b..f8fdb6502 100644 --- a/src/modules/cs_tban.c +++ b/src/modules/cs_tban.c @@ -51,8 +51,8 @@ class CSTBan : public Module moduleAddHelp(c, myFullHelp); moduleAddCommand(CHANSERV, c, MOD_HEAD); - moduleAddAuthor(AUTHOR); - moduleAddVersion(VERSION); + this->SetAuthor(AUTHOR); + this->SetVersion(VERSION); this->SetType(SUPPORTED); const char* langtable_en_us[] = { |