Didn't convert this when I changed to _added.

This commit is contained in:
Jeremy Fincher 2004-08-20 16:06:38 +00:00
parent a904f0e8d2
commit dd45f302e5
1 changed files with 1 additions and 1 deletions

View File

@ -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