PDA

View Full Version : how to make bot chat


pen2x
1st August 2005, 10:04
hey can you help me? why is that my bot won't talk
is there something wrong with my chat response please take a look!! i am using
openkore!!

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

bot,botter baka kaw botter
oi ano?
pota pota ka rin,sus,pota tigilan mo nga ako

mrdrake
1st August 2005, 10:22
did u put chat_auto to 1 ??

drey
1st August 2005, 11:06
and separate the quoted word to the response by a TAB, not space . . .


. . .