diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:46:00 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:46:00 +0000 |
commit | cd038ecb7a43912969e0199cb373f4c4eb1d7b43 (patch) | |
tree | 10de5fb5cd91b7ddda35cab52febc4e86306fb75 /src/init.c | |
parent | 088c82ba1dc8965989ac308787044de976d90f96 (diff) |
Replaced anope_SendConnect() with direct call to SendConnect() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1355 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 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); |