summaryrefslogtreecommitdiff
path: root/src/core/os_oline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_oline.cpp')
-rw-r--r--src/core/os_oline.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_oline.cpp b/src/core/os_oline.cpp
index d0ee5ea96..49d9ed8af 100644
--- a/src/core/os_oline.cpp
+++ b/src/core/os_oline.cpp
@@ -72,7 +72,6 @@ class OSOLine : public Module
OSOLine(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 CommandOSOLine());