mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 23:11:09 -05:00
SpiffyTitles: Obey Ignores
This commit is contained in:
parent
cabe4888e2
commit
c4f666efe7
@ -156,6 +156,8 @@ class SpiffyTitles(callbacks.Plugin):
|
|||||||
"ignoreAddressed", channel=channel
|
"ignoreAddressed", channel=channel
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
|
if ircdb.checkIgnored(msg.prefix, channel):
|
||||||
|
return
|
||||||
"""
|
"""
|
||||||
Check if we require a capability to acknowledge this link
|
Check if we require a capability to acknowledge this link
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user