diff options
Diffstat (limited to 'src/core/ns_update.cpp')
-rw-r--r-- | src/core/ns_update.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_update.cpp b/src/core/ns_update.cpp index 4ed3b5b77..271784202 100644 --- a/src/core/ns_update.cpp +++ b/src/core/ns_update.cpp @@ -59,7 +59,6 @@ class NSUpdate : public Module NSUpdate(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 CommandNSUpdate()); } |