Add xiaoice command

This commit is contained in:
Richard Chien
2017-01-11 20:43:37 +08:00
parent 260878c220
commit 656190e70f
5 changed files with 58 additions and 34 deletions

View File

@ -1,6 +1,6 @@
config = {
'fallback_command': 'natural_language.process',
'fallback_command_after_nl_processors': 'core.tuling123',
'fallback_command_after_nl_processors': 'ai.tuling123',
'command_start_flags': ('/', '', '来,', '来,'), # Add '' (empty string) here to allow commands without start flags
'command_name_separators': ('->', '::', '/'), # Regex
'command_args_start_flags': ('', '', ',', ', ', ':', ': '), # Regex