mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix previous commit. Thanks to Nothing4You.
This commit is contained in:
parent
cb48f667ae
commit
c3f2bfdfc9
@ -158,7 +158,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler):
|
||||
return
|
||||
actions = []
|
||||
results = []
|
||||
for channel in map(plugins.getChannel, (channel, 'global')):
|
||||
for channel in set(map(plugins.getChannel, (channel, 'global'))):
|
||||
db = self.getDb(channel)
|
||||
cursor = db.cursor()
|
||||
cursor.execute("SELECT regexp, action FROM triggers")
|
||||
|
Loading…
Reference in New Issue
Block a user