mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-12 21:59:23 +01:00
Essential canonicalNaming was not being done.
This commit is contained in:
parent
22767c2ed7
commit
ab27174428
@ -81,6 +81,7 @@ class Dictionary(object):
|
||||
return self.defaults[name]
|
||||
|
||||
def getChannels(self, name):
|
||||
name = callbacks.canonicalName(name)
|
||||
d = ircutils.IrcDict()
|
||||
for (channel, names) in self.channels.iteritems():
|
||||
if name in names:
|
||||
|
Loading…
Reference in New Issue
Block a user