include CHGHOST lines in channel_log logs

This commit is contained in:
jesopo 2019-10-31 15:36:22 +00:00
parent a73629bbf7
commit a8113488aa

View file

@ -31,6 +31,7 @@ class Module(ModuleManager.BaseModule):
@utils.hook("formatted.kick") @utils.hook("formatted.kick")
@utils.hook("formatted.quit") @utils.hook("formatted.quit")
@utils.hook("formatted.rename") @utils.hook("formatted.rename")
@utils.hook("formatted.chghost")
def on_formatted(self, event): def on_formatted(self, event):
if event["channel"]: if event["channel"]:
self._log(event, event["channel"]) self._log(event, event["channel"])