diff options
| author | 2019-09-12 22:40:06 +0100 | |
|---|---|---|
| committer | 2019-09-12 22:40:06 +0100 | |
| commit | 1edb11ae1f076bb32a7a15376b7c1b116ef16d21 (patch) | |
| tree | f6affe27447efb8c95d52b9932791da35d49db9b /modules | |
| parent | get_user_status() -> get_user_modes(), filter in format_activity.py (diff) | |
| signature | ||
_check_flags() when flags are changed
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/channel_op.py | 3 |
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: |
