diff options
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/init.c b/src/init.c index 96b3ef39f..973acb13f 100644 --- a/src/init.c +++ b/src/init.c @@ -6,9 +6,9 @@ * Please read COPYING and README for further details. * * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - * - * $Id$ + * Based on the original code of Services by Andy Church. + * + * $Id$ * */ @@ -739,7 +739,7 @@ int init_secondary(int ac, char **av) RemotePort); } - anope_cmd_connect(servernum); + anope_cmd_connect(); send_event(EVENT_CONNECT, 1, EVENT_STOP); sgets2(inbuf, sizeof(inbuf), servsock); |