diff options
Diffstat (limited to 'src/core/cs_kick.cpp')
-rw-r--r-- | src/core/cs_kick.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cs_kick.cpp b/src/core/cs_kick.cpp index 70c3114a3..9aa4d30f6 100644 --- a/src/core/cs_kick.cpp +++ b/src/core/cs_kick.cpp @@ -88,7 +88,6 @@ class CSKick : public Module CSKick(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 CommandCSKick("KICK")); this->AddCommand(ChanServ, new CommandCSKick("K")); |