📄 lang.h
字号:
// Ok, so there is some cheating with the language. But the sole// purpose of all the definitions in this file is not to affect bot's// behavior - basic response mechanism remains the same. This is only// to classify certain input as a question (and do not answer with a// question), and to change persons properly. This increases chat// comfort, but is not a dramatic change.char* question[] = { // Polish "czy", "czemu", "kiedy", "gdzie", "ktory", "ktora", "ktore", "czyj", "czyje", "czyja", "co", "kto", "komu", "kogo", "po", "jak", "jaki", "jakie", "jaka", "ktoredy", "dokad", "dlaczego",};char* engq[] = { // English "why", "when", "where", "are", "which", "whose", "am", "is", "was", "were", "do", "will", "would", "could", "shall", "may", "might", "can", "what", "who", "how",};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -