mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Changed a message slightly.
This commit is contained in:
parent
9b662b3edc
commit
2bf216626d
@ -299,7 +299,8 @@ class RSS(callbacks.Privmsg):
|
|||||||
"""
|
"""
|
||||||
conf.supybot.plugins.RSS.announce.get(channel).setValue(args)
|
conf.supybot.plugins.RSS.announce.get(channel).setValue(args)
|
||||||
if not args:
|
if not args:
|
||||||
irc.replySuccess('All previous announced feeds removed.')
|
irc.replySuccess('All previously announced feeds will not be '
|
||||||
|
'announced any longer.')
|
||||||
else:
|
else:
|
||||||
irc.replySuccess()
|
irc.replySuccess()
|
||||||
announce = privmsgs.checkChannelCapability(announce, 'op')
|
announce = privmsgs.checkChannelCapability(announce, 'op')
|
||||||
|
Loading…
Reference in New Issue
Block a user