diff options
Diffstat (limited to 'src/core/ns_logout.cpp')
-rw-r--r-- | src/core/ns_logout.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_logout.cpp b/src/core/ns_logout.cpp index c3d5696f2..860e60c36 100644 --- a/src/core/ns_logout.cpp +++ b/src/core/ns_logout.cpp @@ -90,7 +90,6 @@ class NSLogout : public Module NSLogout(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 CommandNSLogout()); |