summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:49:02 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:49:02 +0000
commita11aa3e4937301cc22c484594249ddd82e5511bd (patch)
tree51bbf5009c6d22bbfea59ebe53919a4b5bc40ec3 /src/init.c
parent55bf54a30532cfeff5bb813617d013761212a64b (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.c2
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);