diff options
Diffstat (limited to 'src/core/bs_help.cpp')
-rw-r--r-- | src/core/bs_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/bs_help.cpp b/src/core/bs_help.cpp index 3842b8910..694318187 100644 --- a/src/core/bs_help.cpp +++ b/src/core/bs_help.cpp @@ -44,7 +44,6 @@ class BSHelp : public Module BSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(BotServ, new CommandBSHelp()); } |