summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-20 14:13:40 +0200
committerSanto Cariotti <sancn@live.com>2017-07-20 14:13:40 +0200
commitad61e1d080e61dab9cae1b4a54eb75d086289ae2 (patch)
tree8c24422088349f0eb0531812b72db47dea0b2d16
parent6d1aff6894408c89d7a549076293fe011e475eb0 (diff)
deleted exit command
-rw-r--r--listcommands.py3
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']