diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 23:12:49 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 23:12:49 +0000 |
commit | 0d7ccde197f075d684ef699cfde38bec51146ce8 (patch) | |
tree | df682e265965ebb887262b24d847df82cf889ff7 /src | |
parent | 62089a2f382f8757e64e0480612dbc7425bc1d4b (diff) |
Make ircd.c compile.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1373 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-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 9cb1834ce..a6a91617c 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 */ - ircdproto->SendJoin(s_GlobalNoticer, LogChannel, time(NULL)); + ircdproto->SendJoin(findbot(s_GlobalNoticer), LogChannel, time(NULL)); } anope_SendEOB(); |