aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2020-02-11 11:37:58 +0000
committerGravatar jesopo2020-02-11 11:37:58 +0000
commit7879b9f237e50e2c548a835aae22dc996d1a5624 (patch)
tree0a6016c0e7dff7e11155947283a84a6a111c730d /modules
parentadd cron_reminders.py (admin-only for now) (diff)
signature
log formatted.account with channel_log.py
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"])