mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Added more information to the load help.
This commit is contained in:
parent
8fd6a094de
commit
56016de47c
@ -242,7 +242,9 @@ class OwnerCommands(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
def load(self, irc, msg, args):
|
def load(self, irc, msg, args):
|
||||||
"""<plugin>
|
"""<plugin>
|
||||||
|
|
||||||
Loads the plugin <plugin> from the plugins/ directory.
|
Loads the plugin <plugin> from any of the directories in
|
||||||
|
conf.pluginDirs; usually this includes the main installed directory
|
||||||
|
and 'plugins' in the current directory.
|
||||||
"""
|
"""
|
||||||
name = privmsgs.getArgs(args)
|
name = privmsgs.getArgs(args)
|
||||||
for cb in irc.callbacks:
|
for cb in irc.callbacks:
|
||||||
|
Loading…
Reference in New Issue
Block a user