diff options
Diffstat (limited to 'src/core/ms_help.cpp')
-rw-r--r-- | src/core/ms_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ms_help.cpp b/src/core/ms_help.cpp index 9a982e7b5..f2646904c 100644 --- a/src/core/ms_help.cpp +++ b/src/core/ms_help.cpp @@ -42,7 +42,6 @@ class MSHelp : public Module MSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(MemoServ, new CommandMSHelp()); |