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.")