From 993ff0e0129c5b4e6cba34bcc85d6e70be0ff0d6 Mon Sep 17 00:00:00 2001 From: almelid Date: Tue, 18 May 2010 19:25:01 +0000 Subject: [PATCH] litt flere quit-kommandoer --- text_based.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text_based.py b/text_based.py index ae5bb6c..d432e18 100755 --- a/text_based.py +++ b/text_based.py @@ -10,7 +10,7 @@ import signal import readline from helpers import * -exit_commands = ['exit', 'abort', 'quit', 'bye', 'eat flaming death'] +exit_commands = ['exit', 'abort', 'quit', 'bye', 'eat flaming death', 'q'] help_commands = ['help', '?'] context_commands = ['what', '??'] local_help_commands = ['help!', '???']