mirror of
https://github.com/anope/anope.git
synced 2026-07-07 12:23:13 +02:00
Cleanup in main.cpp.
This commit is contained in:
@@ -25,7 +25,7 @@ class CommandOSReload : public Command
|
||||
if (!read_config(1))
|
||||
{
|
||||
quitmsg = "Error during the reload of the configuration file!";
|
||||
quitting = 1;
|
||||
quitting = true;
|
||||
}
|
||||
|
||||
FOREACH_MOD(I_OnReload, OnReload(false));
|
||||
|
||||
Reference in New Issue
Block a user