diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 19:41:34 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 19:41:34 +0000 |
commit | c3964f7483b522f4b0b05d4275cbd72d638d489e (patch) | |
tree | 54ba65ccb8138624d894d6cce092175888f481b6 /src/init.c | |
parent | 036c287376995bcf4e35f89fdf0e2036ba99b6dd (diff) |
Replaced anope_SendJoin() with direct call to SendJoin() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1343 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 83e0f4b25..861b7cd38 100644 --- a/src/init.c +++ b/src/init.c @@ -736,7 +736,7 @@ int init_secondary(int ac, char **av) /* And hybrid needs Global joined in the logchan */ if (logchan && ircd->join2msg) { /* XXX might desync */ - anope_SendJoin(s_GlobalNoticer, LogChannel, time(NULL)); + ircdproto->SendJoin(s_GlobalNoticer, LogChannel, time(NULL)); } anope_SendEOB(); |