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/line_handler/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/line_handler/__init__.py') diff --git a/modules/line_handler/__init__.py b/modules/line_handler/__init__.py index 5001266c..ddea6fdc 100644 --- a/modules/line_handler/__init__.py +++ b/modules/line_handler/__init__.py @@ -218,12 +218,12 @@ class Module(ModuleManager.BaseModule): # response to a WHO command for user information @utils.hook("raw.received.352", default_event=True) def handle_352(self, event): - core.handle_352(event) + core.handle_352(self.events, event) # response to a WHOX command for user information, including account name @utils.hook("raw.received.354", default_event=True) def handle_354(self, event): - core.handle_354(event) + core.handle_354(self.events, event) # response to an empty mode command @utils.hook("raw.received.324") -- cgit v1.3.1-10-gc9f91