diff options
Diffstat (limited to 'src/core/os_quit.cpp')
-rw-r--r-- | src/core/os_quit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_quit.cpp b/src/core/os_quit.cpp index 41703c1b7..9c3e56bc6 100644 --- a/src/core/os_quit.cpp +++ b/src/core/os_quit.cpp @@ -54,7 +54,6 @@ class OSQuit : public Module OSQuit(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSQuit()); |