From 7879b9f237e50e2c548a835aae22dc996d1a5624 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 11 Feb 2020 11:37:58 +0000 Subject: [PATCH] log formatted.account with channel_log.py --- modules/channel_log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/channel_log.py b/modules/channel_log.py index 98ce59a0..8344e9cd 100644 --- a/modules/channel_log.py +++ b/modules/channel_log.py @@ -44,6 +44,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("formatted.quit") @utils.hook("formatted.rename") @utils.hook("formatted.chghost") + @utils.hook("formatted.account") def on_formatted(self, event): if event["channel"]: self._log(event["server"], event["channel"], event["line"])