1
0
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:
Naram Qashat
2010-08-01 13:42:35 -04:00
parent 2f6c0e435c
commit d59c1b95e1
12 changed files with 50 additions and 54 deletions
+1 -1
View File
@@ -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));