]> jfr.im git - erebus.git/commitdiff
add reference to showcommands to help help
authorzonidjan <redacted>
Tue, 20 Aug 2019 21:40:44 +0000 (16:40 -0500)
committerzonidjan <redacted>
Tue, 20 Aug 2019 21:40:44 +0000 (16:40 -0500)
modules/help.py

index 69bcf942e41a2d047c0ced7ac41fbcc144fecdc1..74def560a0efe570b57d952052fbb8afa651b6c2 100644 (file)
@@ -19,7 +19,7 @@ def modstart(parent, *args, **kwargs):
        if parent.cfg.getboolean('erebus', 'nofakelag'):
                lib.hook('help', needchan=False)(lib.help('[@<module>|<command>]', 'lists commands or describes a command', 'with @<module>, lists all commands in <module>')(help_nolag))
        else:
-               lib.hook('help', needchan=False)(lib.help("<command>", "describes a command")(help))
+               lib.hook('help', needchan=False)(lib.help("<command>", "describes a command", "see also: showcommands")(help))
        return lib.modstart(parent, *args, **kwargs)
 modstop = lib.modstop