diff options
Diffstat (limited to 'src/modules/cs_tban.cpp')
-rw-r--r-- | src/modules/cs_tban.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/cs_tban.cpp b/src/modules/cs_tban.cpp index 5a768dc81..88e541ac8 100644 --- a/src/modules/cs_tban.cpp +++ b/src/modules/cs_tban.cpp @@ -19,7 +19,6 @@ #include "module.h" #define AUTHOR "Rob" -#define VERSION VERSION_STRING void mySendResponse(User *u, const char *channel, char *mask, const char *time); @@ -100,7 +99,6 @@ class CSTBan : public Module this->AddCommand(ChanServ, new CommandCSTBan()); this->SetAuthor(AUTHOR); - this->SetVersion(VERSION); this->SetType(SUPPORTED); const char* langtable_en_us[] = { |