log formatted.account with channel_log.py
This commit is contained in:
parent
3f16521663
commit
7879b9f237
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
@utils.hook("formatted.quit")
|
@utils.hook("formatted.quit")
|
||||||
@utils.hook("formatted.rename")
|
@utils.hook("formatted.rename")
|
||||||
@utils.hook("formatted.chghost")
|
@utils.hook("formatted.chghost")
|
||||||
|
@utils.hook("formatted.account")
|
||||||
def on_formatted(self, event):
|
def on_formatted(self, event):
|
||||||
if event["channel"]:
|
if event["channel"]:
|
||||||
self._log(event["server"], event["channel"], event["line"])
|
self._log(event["server"], event["channel"], event["line"])
|
||||||
|
|
Loading…
Reference in a new issue