only look at PRIVMSG and NOTICE for !seen
This commit is contained in:
parent
cee29ba1a5
commit
15f28dad1e
1 changed files with 0 additions and 2 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue