diff options
Diffstat (limited to 'listcommands.py')
-rw-r--r-- | listcommands.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/listcommands.py b/listcommands.py index f93c3d7..8313d26 100644 --- a/listcommands.py +++ b/listcommands.py @@ -9,8 +9,7 @@ class ListCommands(object): } commands = { - 'quit' : None, #quit and exit do same thing - 'exit' : None, + 'quit' : None, 'clear' : None, 'set' : ['user'], 'get' : ['user', 'user?', 'host', 'port'] |