From ad61e1d080e61dab9cae1b4a54eb75d086289ae2 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 20 Jul 2017 14:13:40 +0200 Subject: deleted exit command --- listcommands.py | 3 +-- 1 file changed, 1 insertion(+), 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'] -- cgit v1.2.3-18-g5258