SpiffyTitles: Obey Ignores

This commit is contained in:
Gordon Shumway 2021-08-22 03:30:17 -04:00 committed by GitHub
parent cabe4888e2
commit c4f666efe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"""