mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
Config: Sort output of @list.
This commit is contained in:
parent
fcb342cb2c
commit
12b6c9d60e
@ -181,7 +181,7 @@ class Config(callbacks.Plugin):
|
|||||||
"""
|
"""
|
||||||
L = self._list(irc, group)
|
L = self._list(irc, group)
|
||||||
if L:
|
if L:
|
||||||
irc.reply(format('%L', L))
|
irc.reply(format('%L', sorted(L)))
|
||||||
else:
|
else:
|
||||||
irc.error(_('There don\'t seem to be any values in %s.') %
|
irc.error(_('There don\'t seem to be any values in %s.') %
|
||||||
group._name)
|
group._name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user