diff options
Diffstat (limited to 'src/core/ns_getemail.cpp')
-rw-r--r-- | src/core/ns_getemail.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_getemail.cpp b/src/core/ns_getemail.cpp index c0a2980c5..01dff2cfa 100644 --- a/src/core/ns_getemail.cpp +++ b/src/core/ns_getemail.cpp @@ -79,7 +79,6 @@ class NSGetEMail : public Module NSGetEMail(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(NickServ, new CommandNSGetEMail()); |