From a73629bbf7e610b9d597a8169691a3ec61192faf Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 31 Oct 2019 15:35:53 +0000 Subject: format and print CHGHOST events --- modules/line_handler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/line_handler/__init__.py') diff --git a/modules/line_handler/__init__.py b/modules/line_handler/__init__.py index b4146813..5001266c 100644 --- a/modules/line_handler/__init__.py +++ b/modules/line_handler/__init__.py @@ -204,7 +204,7 @@ class Module(ModuleManager.BaseModule): # IRCv3 CHGHOST, a user's username and/or hostname has changed @utils.hook("raw.received.chghost") def chghost(self, event): - user.chghost(event) + user.chghost(self.events, event) # IRCv3 SETNAME, to change a user's realname @utils.hook("raw.received.setname") -- cgit v1.3.1-10-gc9f91