diff options
Diffstat (limited to 'src/core/ms_check.cpp')
-rw-r--r-- | src/core/ms_check.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ms_check.cpp b/src/core/ms_check.cpp index 90e45ebaa..62400641b 100644 --- a/src/core/ms_check.cpp +++ b/src/core/ms_check.cpp @@ -97,7 +97,6 @@ class MSCheck : public Module MSCheck(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 CommandMSCheck()); |