summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-16 23:48:03 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-16 23:48:03 +0000
commitd07de70fc3156e143beeb04c0e2bbfb592415ead (patch)
treec6f246b68054048f12bf9527c9179014eb544102 /src/main.c
parentc1c9e17d7995f7e6684316f6dc71d1b43788533f (diff)
Move EVENT_RELOAD to OnReload.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2103 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9caa6b650..3968c4014 100644
--- a/src/main.c
+++ b/src/main.c
@@ -260,7 +260,7 @@ void sighandler(int signum)
quitting = 1;
}
- send_event(EVENT_RELOAD, 1, EVENT_START);
+ FOREACH_MOD(I_OnReload, OnReload(true));
return;
} else