diff options
Diffstat (limited to 'src/core/ns_drop.cpp')
-rw-r--r-- | src/core/ns_drop.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_drop.cpp b/src/core/ns_drop.cpp index 7383706d9..f5e52c575 100644 --- a/src/core/ns_drop.cpp +++ b/src/core/ns_drop.cpp @@ -120,7 +120,6 @@ class NSDrop : public Module NSDrop(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 CommandNSDrop()); |