summaryrefslogtreecommitdiff
path: root/src/core/ns_getpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_getpass.cpp')
-rw-r--r--src/core/ns_getpass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_getpass.cpp b/src/core/ns_getpass.cpp
index cda008967..98170b7ac 100644
--- a/src/core/ns_getpass.cpp
+++ b/src/core/ns_getpass.cpp
@@ -82,7 +82,6 @@ class NSGetPass : public Module
NSGetPass(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 CommandNSGetPass());