diff options
Diffstat (limited to 'src/core/hs_help.cpp')
-rw-r--r-- | src/core/hs_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hs_help.cpp b/src/core/hs_help.cpp index 5cc7e5129..34bda9cfe 100644 --- a/src/core/hs_help.cpp +++ b/src/core/hs_help.cpp @@ -42,7 +42,6 @@ class HSHelp : public Module HSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(HostServ, new CommandHSHelp()); |