diff options
Diffstat (limited to 'src/core/os_shutdown.cpp')
-rw-r--r-- | src/core/os_shutdown.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_shutdown.cpp b/src/core/os_shutdown.cpp index 772457602..73e6b1bba 100644 --- a/src/core/os_shutdown.cpp +++ b/src/core/os_shutdown.cpp @@ -54,7 +54,6 @@ class OSShutdown : public Module OSShutdown(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 CommandOSShutdown()); |