log formatted.account with channel_log.py

This commit is contained in:
jesopo 2020-02-11 11:37:58 +00:00
parent 3f16521663
commit 7879b9f237

View file

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