summaryrefslogtreecommitdiff
path: root/src/core/ns_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_set.cpp')
-rw-r--r--src/core/ns_set.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_set.cpp b/src/core/ns_set.cpp
index ecb1355c3..af3cd7a7f 100644
--- a/src/core/ns_set.cpp
+++ b/src/core/ns_set.cpp
@@ -226,7 +226,6 @@ class NSSet : public Module
NSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *set = new CommandNSSet("SET");