From: zonidjan Date: Tue, 20 Aug 2019 21:40:44 +0000 (-0500) Subject: add reference to showcommands to help help X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/88a9e31419e3a46b83217550f58f95565bee2f2b add reference to showcommands to help help --- diff --git a/modules/help.py b/modules/help.py index 69bcf94..74def56 100644 --- a/modules/help.py +++ b/modules/help.py @@ -19,7 +19,7 @@ def modstart(parent, *args, **kwargs): if parent.cfg.getboolean('erebus', 'nofakelag'): lib.hook('help', needchan=False)(lib.help('[@|]', 'lists commands or describes a command', 'with @, lists all commands in ')(help_nolag)) else: - lib.hook('help', needchan=False)(lib.help("", "describes a command")(help)) + lib.hook('help', needchan=False)(lib.help("", "describes a command", "see also: showcommands")(help)) return lib.modstart(parent, *args, **kwargs) modstop = lib.modstop