1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 10:03:13 +02:00

BUILD : 1.7.4 (209) BUGS : none NOTES : Fixed implementation for dynamic server /OS GLOBAL

git-svn-id: svn://svn.anope.org/anope/trunk@209 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@151 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-06-22 01:40:33 +00:00
parent 2f0125c6fb
commit 6f8139e131
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1021,6 +1021,7 @@ Server *server_global(Server * s, char *msg)
Server *sl;
while (s) {
notice_server(s_GlobalNoticer, s, "%s", msg);
if (s->links) {
sl = server_global(s->links, msg);
if (sl)
@@ -1028,7 +1029,6 @@ Server *server_global(Server * s, char *msg)
else
s = s->next;
} else {
notice_server(s_GlobalNoticer, s, "%s", msg);
s = s->next;
}
}
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="4"
VERSION_BUILD="208"
VERSION_BUILD="209"
# $Log$
#
# BUILD : 1.7.4 (209)
# BUGS : none
# NOTES : Fixed implementation for dynamic server /OS GLOBAL
#
# BUILD : 1.7.4 (208)
# BUGS : none
# NOTES : New implementation for dynamic server /OS GLOBAL