diff options
Diffstat (limited to 'src/core/cs_ban.cpp')
-rw-r--r-- | src/core/cs_ban.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cs_ban.cpp b/src/core/cs_ban.cpp index 578ca9868..17fbc1946 100644 --- a/src/core/cs_ban.cpp +++ b/src/core/cs_ban.cpp @@ -102,7 +102,6 @@ class CSBan : public Module CSBan(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(ChanServ, new CommandCSBan("BAN")); this->AddCommand(ChanServ, new CommandCSBan("KB")); |