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:
parent
f373142341
commit
28bb054da1
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user