aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_op.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index 1a8d7ee1..0861fbf4 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -276,6 +276,9 @@ class Module(ModuleManager.BaseModule):
new_flags_str = "".join(new_flags)
event["target"].set_user_setting(target.get_id(), "flags",
new_flags_str)
+
+ self._check_flags(event["target"], target)
+
event["stdout"].write("Set flags for %s to +%s" % (
target.nickname, new_flags_str))
else: