diff options
Diffstat (limited to 'src/core/ns_ghost.cpp')
-rw-r--r-- | src/core/ns_ghost.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ns_ghost.cpp b/src/core/ns_ghost.cpp index 1ae0a1946..3f1ae6897 100644 --- a/src/core/ns_ghost.cpp +++ b/src/core/ns_ghost.cpp @@ -95,7 +95,6 @@ class NSGhost : public Module NSGhost(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 CommandNSGhost()); |