diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:49:02 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:49:02 +0000 |
commit | a11aa3e4937301cc22c484594249ddd82e5511bd (patch) | |
tree | 51bbf5009c6d22bbfea59ebe53919a4b5bc40ec3 /src/init.c | |
parent | 55bf54a30532cfeff5bb813617d013761212a64b (diff) |
Convert a bunch more protocol stuff.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1308 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c index 431e11941..09cb8168d 100644 --- a/src/init.c +++ b/src/init.c @@ -712,7 +712,7 @@ int init_secondary(int ac, char **av) RemotePort); } - anope_cmd_connect(); + anope_SendConnect(); send_event(EVENT_CONNECT, 1, EVENT_STOP); sgets2(inbuf, sizeof(inbuf), servsock); |