litt flere quit-kommandoer
This commit is contained in:
parent
b1766d1448
commit
993ff0e012
|
@ -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!', '???']
|
||||
|
|
Loading…
Reference in New Issue