1
0
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:
cyberbotx
2009-03-31 17:03:50 +00:00
parent 76755725e5
commit 4ef30a4de9
+1 -1
View File
@@ -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));