From 2dfc55fb9fa0a6cff1c24895f4c788149c3922a8 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 21 Nov 2019 15:49:08 +0000 Subject: refactor permissions and allow hostmasks to be assigned to accounts --- modules/channel_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/channel_op.py') 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 = [] -- cgit v1.3.1-10-gc9f91