diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index 04e1dc8da..0978599a1 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -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)) ##########