diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index c4284ada2..4c38b8ecd 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -307,7 +307,7 @@ class RSS(callbacks.Plugin): if name not in self.feedNames: irc.error('That\'s not a valid RSS feed command name.') return - self.feedNames.pop(name) + del self.feedNames[name] conf.supybot.plugins.RSS.feeds().remove(name) conf.supybot.plugins.RSS.feeds.unregister(name) irc.replySuccess()