mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Don't snarf URLs from command messages (#18)
This prevents double replies
This commit is contained in:
parent
77976a4507
commit
88f61e0712
@ -136,6 +136,8 @@ class SpiffyTitles(callbacks.Plugin):
|
||||
"""
|
||||
Observe each channel message and look for links
|
||||
"""
|
||||
if callbacks.addressed(irc, msg):
|
||||
return
|
||||
channel = msg.args[0]
|
||||
ignore_actions = self.registryValue("ignoreActionLinks", channel=msg.args[0])
|
||||
is_channel = irc.isChannel(channel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user