SpiffyTitles: Obey Ignores
This commit is contained in:
parent
cabe4888e2
commit
c4f666efe7
|
@ -156,6 +156,8 @@ class SpiffyTitles(callbacks.Plugin):
|
|||
"ignoreAddressed", channel=channel
|
||||
):
|
||||
return
|
||||
if ircdb.checkIgnored(msg.prefix, channel):
|
||||
return
|
||||
"""
|
||||
Check if we require a capability to acknowledge this link
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue