only look at PRIVMSG and NOTICE for !seen

This commit is contained in:
jesopo 2019-10-03 16:02:23 +01:00
parent cee29ba1a5
commit 15f28dad1e

View file

@ -11,8 +11,6 @@ class Module(ModuleManager.BaseModule):
@utils.hook("formatted.message.channel")
@utils.hook("formatted.notice.channel")
@utils.hook("formatted.part")
@utils.hook("formatted.nick")
def on_formatted(self, event):
line = event["minimal"] or event["line"]