diff options
| author | 2019-11-21 15:49:08 +0000 | |
|---|---|---|
| committer | 2019-11-21 15:49:08 +0000 | |
| commit | 2dfc55fb9fa0a6cff1c24895f4c788149c3922a8 (patch) | |
| tree | d0979ab588a9f3f6bb6f2a2b43911a15eda72664 /modules/channel_op.py | |
| parent | add a way to execute commands through bitbotd (use for master-password) (diff) | |
| signature | ||
refactor permissions and allow hostmasks to be assigned to accounts
Diffstat (limited to 'modules/channel_op.py')
| -rw-r--r-- | modules/channel_op.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py index 4d0dc65a..168d5d81 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -305,7 +305,7 @@ class Module(ModuleManager.BaseModule): flags = channel.get_user_setting(user.get_id(), "flags", "") if flags: - identified = not user.get_identified_account() == None + identified = not user._id_override == None current_modes = channel.get_user_modes(user) modes = [] |
