summaryrefslogtreecommitdiff
path: root/src/core/ms_read.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_read.cpp')
-rw-r--r--src/core/ms_read.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ms_read.cpp b/src/core/ms_read.cpp
index fb2de7c9e..7b18f2d9e 100644
--- a/src/core/ms_read.cpp
+++ b/src/core/ms_read.cpp
@@ -147,7 +147,6 @@ class MSRead : public Module
MSRead(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 CommandMSRead());