mirror of
https://github.com/anope/anope.git
synced 2026-07-03 21:23:13 +02:00
Fix compile error in servers.c.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2229 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -403,7 +403,7 @@ void do_server(const char *source, const char *servername, const char *hops,
|
||||
|
||||
/* Announce services being online. */
|
||||
if (GlobalOnCycle && GlobalOnCycleUP)
|
||||
notice_server(s_GlobalNoticer, serv, "%s", GlobalOnCycleUP);
|
||||
notice_server(s_GlobalNoticer, s, "%s", GlobalOnCycleUP);
|
||||
|
||||
/* Let modules know about the connection */
|
||||
FOREACH_MOD(I_OnServerConnect, OnServerConnect(s));
|
||||
|
||||
Reference in New Issue
Block a user