mirror of
https://github.com/anope/anope.git
synced 2026-07-06 20:43:12 +02:00
BUILD : 1.7.6 (443) BUGS : 217 NOTES : minor typo with OS CLEARMODES
git-svn-id: svn://svn.anope.org/anope/trunk@443 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@298 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
019c90b4b2
commit
85892193be
+2
-2
@@ -1745,11 +1745,11 @@ static int do_clearmodes(User * u)
|
||||
}
|
||||
if (ircd->fmode && c->flood) {
|
||||
if (flood_mode_char_remove) {
|
||||
anope_cmd_mode(s_ChanServ, c->name, "%s %s",
|
||||
anope_cmd_mode(s_OperServ, c->name, "%s %s",
|
||||
flood_mode_char_remove, c->flood);
|
||||
argv[0] = sstrdup(flood_mode_char_remove);
|
||||
argv[1] = c->flood;
|
||||
chan_set_modes(s_ChanServ, c, 2, argv, 0);
|
||||
chan_set_modes(s_OperServ, c, 2, argv, 0);
|
||||
free(argv[0]);
|
||||
} else {
|
||||
if (debug) {
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="6"
|
||||
VERSION_BUILD="442"
|
||||
VERSION_BUILD="443"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.6 (443)
|
||||
# BUGS : 217
|
||||
# NOTES : minor typo with OS CLEARMODES
|
||||
#
|
||||
# BUILD : 1.7.6 (442)
|
||||
# BUGS : N/A
|
||||
# NOTES : padded RDB database updates with pongs to help prevent time outs
|
||||
|
||||
Reference in New Issue
Block a user