Wrap Plugin.list.

This commit is contained in:
James Vega 2005-02-22 23:51:01 +00:00
parent 98199fe693
commit db36e979db
1 changed files with 1 additions and 0 deletions

View File

@ -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>