summaryrefslogtreecommitdiff
path: root/src/core/ms_sendall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_sendall.cpp')
-rw-r--r--src/core/ms_sendall.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ms_sendall.cpp b/src/core/ms_sendall.cpp
index b8b0d2bf1..16b95f928 100644
--- a/src/core/ms_sendall.cpp
+++ b/src/core/ms_sendall.cpp
@@ -68,7 +68,6 @@ class MSSendAll : public Module
MSSendAll(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 CommandMSSendAll());