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

BUILD : 1.7.6 (464) BUGS : N/A NOTES : gcc 2.x compiler errors

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@318 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-11-28 06:21:23 +00:00
parent f373142341
commit 28bb054da1
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1151,9 +1151,9 @@ static void bot_raw_mode(User * requester, ChannelInfo * ci, char *mode,
char *av[4];
int ac;
char buf[BUFSIZE];
*buf = '\0';
User *u;
*buf = '\0';
u = finduser(nick);
if (!u || !is_on_chan(ci->c, u))
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="6"
VERSION_BUILD="463"
VERSION_BUILD="464"
# $Log$
#
# BUILD : 1.7.6 (464)
# BUGS : N/A
# NOTES : gcc 2.x compiler errors
#
# BUILD : 1.7.6 (463)
# BUGS : 192, 210, 222, 234
# NOTES : 1. Removed +d references from the ptlink protocol code, since they do not timestamp the nicks