diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
commit | 081a0311c8e4ecad02ca8b3232c58de7b898621f (patch) | |
tree | f98e48c1b17ef92064ec3f9533884485aeabaa79 /src/init.c | |
parent | 2715c7e038b76284d5e7cfc1d794f7ed6b9e854a (diff) |
Added cmd_connect() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1249 5417fbe8-f217-4b02-8779-1006273d7864
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); |