include CHGHOST lines in channel_log logs
This commit is contained in:
parent
a73629bbf7
commit
a8113488aa
1 changed files with 1 additions and 0 deletions
|
@ -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"])
|
||||||
|
|
Loading…
Reference in a new issue