aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-31 15:36:22 +0000
committerGravatar jesopo2019-10-31 15:36:22 +0000
commita8113488aa9d7ff8997f157a6867282b5515240c (patch)
tree375bd24cc9457e6e88d7131e003efe194459be70 /modules
parentformat and print CHGHOST events (diff)
include CHGHOST lines in channel_log logs
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_log/__init__.py1
1 files changed, 1 insertions, 0 deletions
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"])