After feedback, setting the default help index (the one you see when just writing "help" without

any arguments to the default static mux topic list instead. The dynamic index
is a bit overwhelming. It's reachable from "help index" See also "help help" and "help help_staff".
This commit is contained in:
Griatch 2009-04-12 00:32:28 +00:00
parent 4cc8e57774
commit 6f11a1a62c

View file

@ -503,7 +503,7 @@ def cmd_help(command):
if not command.command_argument:
#display topic index if just help command is given
if not switches:
topicstr = "index"
topicstr = "topic"
else:
#avoid applying things to "topic" by mistake
source_object.emit_to("You have to supply a topic.")