mirror of
https://github.com/anope/anope.git
synced 2026-07-04 17:53:12 +02:00
BUILD : 1.7.6 (439) BUGS : 68, 170, 209 NOTES : 1. DrSteins XOP patch (bug# 170), 2. Cleaned up the English language file for grammar (bug# 209), 3. Patch that fixes segfaults under NetBSD, 4. Cleaned up some places that could lead to segfaults, 5. DrSteins patch for NS ACCESS LIST, 6. Chanserv taking modes more than once (bug #68), 7. Fixed errors when doing "make" under some BSD systems, 8. Fixed syntax error when NSForceEmail is disabled
git-svn-id: svn://svn.anope.org/anope/trunk@439 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@294 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
b4489cffed
commit
c58d37f49d
+1
-1
@@ -234,7 +234,7 @@ int proxy_check(char *nick, char *host, uint32 ip)
|
||||
|
||||
for (message = ProxyMessage, i = 0; i < 8 && *message && **message;
|
||||
message++, i++)
|
||||
notice(s_GlobalNoticer, nick, *message);
|
||||
notice(s_GlobalNoticer, nick, "%s", *message);
|
||||
|
||||
hc = proxy_cache_add(host);
|
||||
if (ircd->nickip) {
|
||||
|
||||
Reference in New Issue
Block a user