From a8113488aa9d7ff8997f157a6867282b5515240c Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 31 Oct 2019 15:36:22 +0000 Subject: include CHGHOST lines in channel_log logs --- modules/channel_log/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/channel_log/__init__.py b/modules/channel_log/__init__.py index 48fb93f4..cffa7271 100644 --- a/modules/channel_log/__init__.py +++ b/modules/channel_log/__init__.py @@ -31,6 +31,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("formatted.kick") @utils.hook("formatted.quit") @utils.hook("formatted.rename") + @utils.hook("formatted.chghost") def on_formatted(self, event): if event["channel"]: self._log(event, event["channel"]) -- cgit v1.3.1-10-gc9f91