mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Didn't convert this when I changed to _added.
This commit is contained in:
parent
a904f0e8d2
commit
dd45f302e5
@ -99,7 +99,7 @@ class Config(callbacks.Privmsg):
|
||||
if groups:
|
||||
L = []
|
||||
for (vname, v) in group._children.iteritems():
|
||||
if v.added:
|
||||
if v._added:
|
||||
L.append(vname)
|
||||
utils.sortBy(str.lower, L)
|
||||
return L
|
||||
|
Loading…
Reference in New Issue
Block a user