mirror of
https://github.com/anope/anope.git
synced 2026-07-06 10:13:14 +02:00
BUILD : 1.7.5 (436) BUGS : 207 NOTES : Fixed up OS CLEARMODES
git-svn-id: svn://svn.anope.org/anope/trunk@436 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@291 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
327bead939
commit
6e55319bdb
@@ -34,6 +34,7 @@ Provided by Trystan <trystan@nomadirc.net> - 2004
|
||||
09/07 A Ircd CHANMODE now trapped and stored. [ #00]
|
||||
08/23 A New protocol independent design (aka anope-capab). [ #00]
|
||||
08/28 A New IRCD document for adding new ircd support to new design. [ #00]
|
||||
10/30 F Fixed OS CLEARMODE, so the correct messages are sent [#207]
|
||||
10/30 F Fixed MS INFO using the correct message [#205]
|
||||
10/29 F Fixed CS CLEAR MODES not resetting the modes [#182]
|
||||
10/29 F Fixed LogUser message, now normalizes the "realname" for display [#199]
|
||||
|
||||
+7
-2
@@ -1603,8 +1603,10 @@ static int do_clearmodes(User * u)
|
||||
|
||||
if (!chan) {
|
||||
syntax_error(s_OperServ, u, "CLEARMODES", OPER_CLEARMODES_SYNTAX);
|
||||
return MOD_CONT;
|
||||
} else if (!(c = findchan(chan))) {
|
||||
notice_lang(s_OperServ, u, CHAN_X_NOT_IN_USE, chan);
|
||||
return MOD_CONT;
|
||||
} else if (c->bouncy_modes) {
|
||||
notice_lang(s_OperServ, u, OPER_BOUNCY_MODES_U_LINE);
|
||||
return MOD_CONT;
|
||||
@@ -1778,10 +1780,13 @@ static int do_clearmodes(User * u)
|
||||
free(invites);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
notice_lang(s_OperServ, u, OPER_CLEARMODES_ALL_DONE, chan);
|
||||
if (all) {
|
||||
notice_lang(s_OperServ, u, OPER_CLEARMODES_ALL_DONE, chan);
|
||||
} else {
|
||||
notice_lang(s_OperServ, u, OPER_CLEARMODES_DONE, chan);
|
||||
}
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="5"
|
||||
VERSION_BUILD="435"
|
||||
VERSION_BUILD="436"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.5 (436)
|
||||
# BUGS : 207
|
||||
# NOTES : Fixed up OS CLEARMODES
|
||||
#
|
||||
# BUILD : 1.7.5 (435)
|
||||
# BUGS : 203, 204, 205
|
||||
# NOTES : 1. minor fix to CS CLEAR, 2. Added to DrSteins more CS obsecure password, 3. fixed memoserv not using the
|
||||
|
||||
Reference in New Issue
Block a user