mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01: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)
|
||||
if L:
|
||||
irc.reply(format('%L', L))
|
||||
irc.reply(format('%L', sorted(L)))
|
||||
else:
|
||||
irc.error(_('There don\'t seem to be any values in %s.') %
|
||||
group._name)
|
||||
|
Loading…
Reference in New Issue
Block a user