Add some commands

This commit is contained in:
Richard Chien
2016-12-30 22:01:50 +08:00
parent e14b74cf2f
commit c62fafa69e
15 changed files with 407 additions and 46 deletions

View File

@ -1,6 +1,6 @@
config = {
'fallback_command': 'core.chat',
'command_start_flags': ('/', '', '来,'),
'command_start_flags': ('/', '', '来,', '来,'),
'command_name_separators': ('\.', '->', '::', '/'), # Regex
'command_args_start_flags': ('', '', ', ', ': '), # Regex
'command_args_start_flags': ('', '', ',', ', ', ':', ': '), # Regex
}