mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
RSS: Use queueMsg instead of sendMsg (flood…)
This commit is contained in:
parent
784b534a3d
commit
e9b58f7820
@ -273,7 +273,7 @@ class RSS(callbacks.Plugin):
|
||||
def announce_entry(self, irc, channel, feed, entry):
|
||||
if self.should_send_entry(channel, entry):
|
||||
s = self.format_entry(channel, feed, entry, True)
|
||||
irc.sendMsg(ircmsgs.privmsg(channel, s))
|
||||
irc.queueMsg(ircmsgs.privmsg(channel, s))
|
||||
|
||||
|
||||
##########
|
||||
|
Loading…
Reference in New Issue
Block a user