litt flere quit-kommandoer

This commit is contained in:
Øyvind Almelid 2010-05-18 19:25:01 +00:00
parent b1766d1448
commit 993ff0e012
1 changed files with 1 additions and 1 deletions

View File

@ -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!', '???']