mirror of
https://github.com/anope/anope.git
synced 2026-07-06 21:23:13 +02:00
BUILD : 1.7.21 (1437) BUGS : 939 NOTES : Applied patch by chaz to fix compile warning in os_clearmodes.c.
git-svn-id: svn://svn.anope.org/anope/trunk@1437 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1152 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
42f6fa51db
commit
c572f72ca4
@@ -61,6 +61,9 @@ Anope Version S V N
|
||||
09/13 F AKICK now respects the PEACE setting. [#935]
|
||||
09/14 F Fixed CLEAR not always sending correct modes. [#938]
|
||||
|
||||
Provided by Charles Kingsley <chaz@anope.org> - 2008
|
||||
09/14 F Fixed compile warning in os_clearmodes.c. [#939]
|
||||
|
||||
Provided by Jobe <jobe@anope.org> - 2008
|
||||
09/13 F Fixed bug in ratbox RESV support. [#937]
|
||||
|
||||
|
||||
@@ -70,7 +70,6 @@ void myOperServHelp(User * u)
|
||||
int do_clearmodes(User * u)
|
||||
{
|
||||
char *s;
|
||||
int i;
|
||||
char *argv[2];
|
||||
char *chan = strtok(NULL, " ");
|
||||
Channel *c;
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="21"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1436"
|
||||
VERSION_BUILD="1437"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.21 (1437)
|
||||
# BUGS : 939
|
||||
# NOTES : Applied patch by chaz to fix compile warning in os_clearmodes.c.
|
||||
#
|
||||
# BUILD : 1.7.21 (1436)
|
||||
# BUGS : 937
|
||||
# NOTES : Rewrote CLEAR OPS to have it send correct mode changes on all ircds.
|
||||
|
||||
Reference in New Issue
Block a user