diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-20 14:13:40 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-20 14:13:40 +0200 |
commit | ad61e1d080e61dab9cae1b4a54eb75d086289ae2 (patch) | |
tree | 8c24422088349f0eb0531812b72db47dea0b2d16 /listcommands.py | |
parent | 6d1aff6894408c89d7a549076293fe011e475eb0 (diff) |
deleted exit command
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'] |