mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-05 11:27:21 +02:00
Augmented help for Misc.plugin.
This commit is contained in:
parent
356745d353
commit
94f80e5773
@ -379,7 +379,9 @@ class Misc(callbacks.Privmsg):
|
|||||||
def plugin(self, irc, msg, args):
|
def plugin(self, irc, msg, args):
|
||||||
"""<command>
|
"""<command>
|
||||||
|
|
||||||
Returns the plugin <command> is in.
|
Returns the plugin (or plugins) <command> is in. If this command is
|
||||||
|
nested, it returns only the plugin name(s). If given as a normal
|
||||||
|
command, it returns a more verbose, user-friendly response.
|
||||||
"""
|
"""
|
||||||
command = callbacks.canonicalName(privmsgs.getArgs(args))
|
command = callbacks.canonicalName(privmsgs.getArgs(args))
|
||||||
cbs = callbacks.findCallbackForCommand(irc, command)
|
cbs = callbacks.findCallbackForCommand(irc, command)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user