mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Case insensitive.
This commit is contained in:
parent
dddf1d2a08
commit
7c9675269d
@ -107,7 +107,7 @@ class RSS(callbacks.Privmsg, configurable.Mixin):
|
|||||||
bold = self.configurables.get('announce-news-bold', channel)
|
bold = self.configurables.get('announce-news-bold', channel)
|
||||||
prefix = self.configurables.get('announce-news-prefix', channel)
|
prefix = self.configurables.get('announce-news-prefix', channel)
|
||||||
for name in d:
|
for name in d:
|
||||||
if self.isCommand(name):
|
if self.isCommand(callbacks.canonicalName(name)):
|
||||||
url = self.getCommand(name).url
|
url = self.getCommand(name).url
|
||||||
else:
|
else:
|
||||||
url = name
|
url = name
|
||||||
|
Loading…
Reference in New Issue
Block a user