From 0d7ccde197f075d684ef699cfde38bec51146ce8 Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Thu, 2 Oct 2008 23:12:49 +0000 Subject: [PATCH] Make ircd.c compile. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1373 5417fbe8-f217-4b02-8779-1006273d7864 --- src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();