dibbler/text_interface/__init__.py

9 lines
257 B
Python
Raw Normal View History

2017-02-20 13:19:03 +01:00
# -*- coding: utf-8 -*-
exit_commands = ['exit', 'abort', 'quit', 'bye', 'eat flaming death', 'q']
help_commands = ['help', '?']
context_commands = ['what', '??']
local_help_commands = ['help!', '???']
faq_commands = ['faq']
restart_commands = ['restart']