mirror of
https://github.com/anope/anope.git
synced 2026-07-09 11:53:14 +02:00
Cleanup in main.cpp.
This commit is contained in:
@@ -26,7 +26,7 @@ class CommandOSShutdown : public Command
|
||||
|
||||
if (Config.GlobalOnCycle)
|
||||
oper_global("", "%s", Config.GlobalOnCycleMessage.c_str());
|
||||
shutting_down = 1;
|
||||
shutting_down = true;
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user