From 3a40bf5241d8babf5324b603882be47509d366a6 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 15 Oct 2009 11:30:44 +0000 Subject: [PATCH] Changed the name of the default state-help command 'info' to 'statehelp' to avoid clashing with the standard info channel. --- src/statetable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statetable.py b/src/statetable.py index 87d288c3e0..953adac93e 100644 --- a/src/statetable.py +++ b/src/statetable.py @@ -127,7 +127,7 @@ class StateTable(object): # both a custom help command and state auto-help; replace this too # to completely hide auto-help functionality in the state. self.add_command(state_name, 'help', cmd_state_help) - self.add_command(state_name, 'info', cmd_state_help) + self.add_command(state_name, 'statehelp', cmd_state_help) if exit_command: #add the @exit command