summaryrefslogtreecommitdiff
path: root/src/core/ms_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_set.cpp')
-rw-r--r--src/core/ms_set.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ms_set.cpp b/src/core/ms_set.cpp
index dfb2d6f54..11ba9d9cc 100644
--- a/src/core/ms_set.cpp
+++ b/src/core/ms_set.cpp
@@ -263,7 +263,6 @@ class MSSet : public Module
MSSet(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 CommandMSSet());