1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 06:36:40 +02:00

Make ircd.c compile.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1373 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-02 23:12:49 +00:00
parent 62089a2f38
commit 0d7ccde197
+1 -1
View File
@@ -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();