diff options
Diffstat (limited to 'src/core/os_reload.c')
-rw-r--r-- | src/core/os_reload.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/os_reload.c b/src/core/os_reload.c index 400b61f3e..c7f651825 100644 --- a/src/core/os_reload.c +++ b/src/core/os_reload.c @@ -35,7 +35,8 @@ class CommandOSReload : public Command sprintf(const_cast<char *>(quitmsg), /* XXX */ "Error during the reload of the configuration file!"); quitting = 1; } - send_event(EVENT_RELOAD, 1, EVENT_START); + + FOREACH_MOD(I_OnReload, OnReload(false)); notice_lang(s_OperServ, u, OPER_RELOAD); return MOD_CONT; } |