summaryrefslogtreecommitdiff
path: root/src/core/ns_sendpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_sendpass.cpp')
-rw-r--r--src/core/ns_sendpass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_sendpass.cpp b/src/core/ns_sendpass.cpp
index 6d4358f06..0708f5f24 100644
--- a/src/core/ns_sendpass.cpp
+++ b/src/core/ns_sendpass.cpp
@@ -75,7 +75,6 @@ class NSSendPass : public Module
NSSendPass(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 CommandNSSendPass());