mirror of
https://github.com/anope/anope.git
synced 2026-07-10 08:43:13 +02:00
BUILD : 1.7.6 (470) BUGS : N/A NOTES : add mode.. not remove mode.. from the previous commit
git-svn-id: svn://svn.anope.org/anope/trunk@470 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@324 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
1aaeba38f4
commit
f3315d9518
+1
-1
@@ -243,7 +243,7 @@ void chan_set_modes(const char *source, Channel * chan, int ac, char **av,
|
||||
*/
|
||||
if (ircd->servicesmode) {
|
||||
if (user->mode & ircd->servicesmode) {
|
||||
chan_remove_user_status(chan, user, cum->status);
|
||||
chan_set_user_status(chan, user, cum->status);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="6"
|
||||
VERSION_BUILD="469"
|
||||
VERSION_BUILD="470"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.6 (470)
|
||||
# BUGS : N/A
|
||||
# NOTES : add mode.. not remove mode.. from the previous commit
|
||||
#
|
||||
# BUILD : 1.7.6 (469)
|
||||
# BUGS : N/A
|
||||
# NOTES : 1. ultimate3 setting the wrong channel mode on botserv bots
|
||||
|
||||
Reference in New Issue
Block a user