mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Wrap Plugin.list.
This commit is contained in:
parent
98199fe693
commit
db36e979db
@ -61,6 +61,7 @@ class Plugin(callbacks.Plugin):
|
||||
L = [cb.name() for cb in irc.callbacks]
|
||||
L.sort()
|
||||
irc.reply(format('%L', L))
|
||||
list = wrap(list)
|
||||
|
||||
def plugin(self, irc, msg, args, command):
|
||||
"""<command>
|
||||
|
Loading…
Reference in New Issue
Block a user