i have the following code...
if(!_stricmp(message, "be happy bot"))
{
aw_say("i am a happy bot");
cout << "[Bot]: i am a happy bot\n";
}
there are a zillion of these that just listen for a certain string, then reply a string and print into the console what the robot has replied.
what i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.