chat_resp.txt.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:1k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. # Kore can reply with a message when someone talks to you. In this file,
  2. # you can configure what Kore should say when someone says something.
  3. #
  4. # Each line has the following format:
  5. # (words) TAB (answers)
  6. #
  7. # (words) is a comma-seperated list of words. When the message (of the
  8. # one who talks to Kore) contains a word that's in this list, Kore will
  9. # pick a random answer from (answers), which is a comma-seperated list
  10. # of possible answers.
  11. #
  12. # For example:
  13. # bot,botter no,I'm not a bot,huh?
  14. #
  15. # When someone says something that contains the word "bot" or "botter",
  16. # Kore will reply with "no", "I'm not a bot" or "huh?".
  17. bot,botter no,I'm not a bot,huh?