diff options
| author | 2019-10-31 15:36:22 +0000 | |
|---|---|---|
| committer | 2019-10-31 15:36:22 +0000 | |
| commit | a8113488aa9d7ff8997f157a6867282b5515240c (patch) | |
| tree | 375bd24cc9457e6e88d7131e003efe194459be70 /modules | |
| parent | format and print CHGHOST events (diff) | |
include CHGHOST lines in channel_log logs
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/channel_log/__init__.py | 1 |
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"]) |
