summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
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 2fc6f03de..9cb1834ce 100644
--- a/src/init.c
+++ b/src/init.c
@@ -712,7 +712,7 @@ int init_secondary(int ac, char **av)
RemotePort);
}
- anope_SendConnect();
+ ircdproto->SendConnect();
send_event(EVENT_CONNECT, 1, EVENT_STOP);
sgets2(inbuf, sizeof(inbuf), servsock);