summaryrefslogtreecommitdiff
path: root/src/core/os_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_help.cpp')
-rw-r--r--src/core/os_help.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_help.cpp b/src/core/os_help.cpp
index d6f9001b4..433d673c7 100644
--- a/src/core/os_help.cpp
+++ b/src/core/os_help.cpp
@@ -42,7 +42,6 @@ class OSHelp : public Module
OSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OperServ, new CommandOSHelp());
}