From 6f11a1a62c6d9dfdb950c25ddd6eab64b7400309 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 12 Apr 2009 00:32:28 +0000 Subject: [PATCH] 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". --- src/commands/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/general.py b/src/commands/general.py index ace18ff354..6bfa9e510d 100644 --- a/src/commands/general.py +++ b/src/commands/general.py @@ -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.")