⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lang.h

📁 blog generator是一个基于Catty 2引擎的工具
💻 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 + -