aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_log.py1
1 files changed, 1 insertions, 0 deletions
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"])