summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-12-03 06:13:28 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-12-03 06:13:28 +0000
commitf3315d951813945b0746f6d57e1a104ba3c8bfaf (patch)
tree77eb03fcd4214f4d8ada37f44067e284c6137705
parent1aaeba38f4e5f3169ad1f17bbf28ceaae0af9f8a (diff)
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
-rw-r--r--src/channels.c2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/src/channels.c b/src/channels.c
index 0651df12f..c29887f97 100644
--- a/src/channels.c
+++ b/src/channels.c
@@ -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;
}
}
diff --git a/version.log b/version.log
index e978d8873..689d398a1 100644
--- a/version.log
+++ b/version.log
@@ -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