mirror of
https://github.com/anope/anope.git
synced 2026-07-08 06:23:13 +02:00
BUILD : 1.7.22 (1448) BUGS : NOTES : Applied patch by w00t to remove a pointer comparison on a non-ptr in cs_clear.c
git-svn-id: svn://svn.anope.org/anope/trunk@1448 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1162 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
42b6d1f78b
commit
a30f72b2a9
@@ -5,6 +5,7 @@ Anope Version S V N
|
||||
|
||||
Provided by Robin Burchell <w00t@inspircd.org> - 2008
|
||||
09/22 F Enabled UMODE functionality for InspIRCd 1.1 [ #00]
|
||||
09/22 F Fix pointer comparison on non-ptr in CS CLEAR. [ #00]
|
||||
|
||||
Anope Version 1.7.22
|
||||
--------------------
|
||||
|
||||
@@ -243,9 +243,6 @@ int do_clear(User * u)
|
||||
snprintf(tmp2, BUFSIZE, "%s %s %s", (isop ? cu->user->nick : ""),
|
||||
(isadmin ? cu->user->nick : ""), (isown ? cu->user->nick : ""));
|
||||
|
||||
if (!tmp)
|
||||
continue;
|
||||
|
||||
if (ircdcap->tsmode) {
|
||||
snprintf(buf, BUFSIZE - 1, "%ld", (long int) time(NULL));
|
||||
av[1] = buf;
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="22"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1447"
|
||||
VERSION_BUILD="1448"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.22 (1448)
|
||||
# BUGS :
|
||||
# NOTES : Applied patch by w00t to remove a pointer comparison on a non-ptr in cs_clear.c
|
||||
#
|
||||
# BUILD : 1.7.22 (1447)
|
||||
# BUGS :
|
||||
# NOTES : Applied patch by w00t to enable UMODE in insp
|
||||
|
||||
Reference in New Issue
Block a user