diff --git a/plugins/RSS.py b/plugins/RSS.py index 47488a75b..d8086a2c5 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -299,7 +299,8 @@ class RSS(callbacks.Privmsg): """ conf.supybot.plugins.RSS.announce.get(channel).setValue(args) if not args: - irc.replySuccess('All previous announced feeds removed.') + irc.replySuccess('All previously announced feeds will not be ' + 'announced any longer.') else: irc.replySuccess() announce = privmsgs.checkChannelCapability(announce, 'op')