diff --git a/plugins/RSS.py b/plugins/RSS.py index afeb8d1ff..90f5697f9 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -107,7 +107,7 @@ class RSS(callbacks.Privmsg, configurable.Mixin): bold = self.configurables.get('announce-news-bold', channel) prefix = self.configurables.get('announce-news-prefix', channel) for name in d: - if self.isCommand(name): + if self.isCommand(callbacks.canonicalName(name)): url = self.getCommand(name).url else: url = name