don't use JOIN/QUIT as !seen events (netsplits cause these)
This commit is contained in:
parent
312f8906ae
commit
d5b9da7659
1 changed files with 0 additions and 2 deletions
|
@ -11,10 +11,8 @@ class Module(ModuleManager.BaseModule):
|
||||||
|
|
||||||
@utils.hook("formatted.message.channel")
|
@utils.hook("formatted.message.channel")
|
||||||
@utils.hook("formatted.notice.channel")
|
@utils.hook("formatted.notice.channel")
|
||||||
@utils.hook("formatted.join")
|
|
||||||
@utils.hook("formatted.part")
|
@utils.hook("formatted.part")
|
||||||
@utils.hook("formatted.nick")
|
@utils.hook("formatted.nick")
|
||||||
@utils.hook("formatted.quit")
|
|
||||||
def on_formatted(self, event):
|
def on_formatted(self, event):
|
||||||
line = event["minimal"] or event["line"]
|
line = event["minimal"] or event["line"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue