Changed a message slightly.

This commit is contained in:
Jeremy Fincher 2004-06-07 12:20:51 +00:00
parent 9b662b3edc
commit 2bf216626d
1 changed files with 2 additions and 1 deletions

View File

@ -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')