mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Made list not show the full name of the registry entry.
This commit is contained in:
parent
f1ac644013
commit
734fc710e8
@ -96,7 +96,7 @@ class Config(callbacks.Privmsg):
|
||||
group = getWrapper(name)
|
||||
if hasattr(group, 'getValues'):
|
||||
try:
|
||||
L = zip(*group.getValues())[0]
|
||||
L = zip(*group.getValues(fullNames=False))[0]
|
||||
irc.reply(utils.commaAndify(L))
|
||||
except TypeError:
|
||||
irc.error('There don\'t seem to be any values in %r' % name)
|
||||
|
Loading…
Reference in New Issue
Block a user