mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +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 = [cb.name() for cb in irc.callbacks]
|
||||||
L.sort()
|
L.sort()
|
||||||
irc.reply(format('%L', L))
|
irc.reply(format('%L', L))
|
||||||
|
list = wrap(list)
|
||||||
|
|
||||||
def plugin(self, irc, msg, args, command):
|
def plugin(self, irc, msg, args, command):
|
||||||
"""<command>
|
"""<command>
|
||||||
|
Loading…
Reference in New Issue
Block a user