]> jfr.im git - erebus.git/commitdiff
control - change help syntax for modunload
authorzonidjan <redacted>
Sun, 3 Sep 2017 02:22:07 +0000 (21:22 -0500)
committerzonidjan <redacted>
Sun, 3 Sep 2017 02:22:07 +0000 (21:22 -0500)
modules/control.py

index 572853d1264bee5bc7063f94b0a09a67a509122a..29b3da6d0053ddf421b48047d1435defb1c771f2 100644 (file)
@@ -44,7 +44,7 @@ def modload(bot, user, chan, realtarget, *args):
                bot.msg(user, "Error loading %s: %r" % (args[0], okay))
 
 @lib.hook(needchan=False, glevel=lib.MANAGER)
-@lib.help("<mod>", "unloads a module")
+@lib.help("<mod> [FORCE]", "unloads a module", "will refuse to unload a module which is depended on by others", "unless you specify FORCE.")
 @lib.argsGE(1)
 def modunload(bot, user, chan, realtarget, *args):
        if len(ctlmod.dependents[args[0]]) > 0: