diff options
Diffstat (limited to 'src/core/cs_modes.cpp')
-rw-r--r-- | src/core/cs_modes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cs_modes.cpp b/src/core/cs_modes.cpp index 343f96ddf..dce79f50d 100644 --- a/src/core/cs_modes.cpp +++ b/src/core/cs_modes.cpp @@ -402,7 +402,6 @@ class CSModes : public Module CSModes(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 CommandCSOp()); |