Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Help make the Bot Commands!
  • Xin
    Posts: 3,251
    Bot words
    $BotHello = array(\"Hello\", \"Hi\", \"Hey\", \"Yo\", \"Howdy\", \"hi de ho\", \"Bonjour\", \"Hola\", \"Ola\", \"Hello there. I just don't believe it. You haven't changed a bit since we last met.\", \"Here you are at last! I hope your journey here wasn't too horrible.\");

    $BotBye = array(\"Bye\", \"C ya\", \"See ya\", \"Laters\", \"See you later\", \"Bye bye\", \"Catach ya laters\", \"Okay, I'll talk to you later then.\");

    $BotAnswer = array(\"I don't know\", \"How the hell would I know!?\", \"Hmmmm sorry I don't know\", \"Use google, I might be a bot but not a search engine.\");

    $BotWhatsUpQ = array(\"What's up\", \"Whats up\", \"Sup\");

    $BotWhatsUpA = array(\"Not Much\", \"Googling my name and you?\", \"Yahooing some bot porn.\", \"PM'ing Google Bot\", \"I was cooking some viruses. I am hungry\", \"Reading old shouts and you?\", \"Nothing really.\", \"Playing PSP.\");

    $BotInsult = array(\"There's so many stupid people nowadays...\");

    $BotPraise = array(\"I like you\"); // at the moment, this one is not used by the bot

    $BotThanks = array(\"Thank you\", \"Thank you very much\", \"Thanks\", \"Thx\");

    $BotNoProblem = array(\"No problem\", \"No problemo\");

    $BotYesNo = array(\"Yes\", \"No\", \"Technically, Yes!\", \"Sometimes\", \"Usually not\", \"If you think so...\");

    $BotQuestion2 = array(\"Is he\", \"Is it\", \"Is she\", \"Are you\", \"Are we\", \"Are they\"); // at the moment, this one is not used by the bot

    $BotSimpleAnswer = array(\"Good\", \"Cool\", \"That's cool\", \"Awesome\", \"Awwww\", \"Nice\", \"Alright\", \"Fine\", \"Okay\", \"Ahahah.\", \"Lmao\");


    User words
    $UserHello = array(\"Hello\", \"Hi\", \"Hey\", \"Yo\", \"Howdy\", \"hi de ho\", \"Bonjour\", \"Hola\", \"Ola\");

    $UserBye = array(\"Bye\", \"C ya\", \"See ya\", \"Laters\", \"See you later\");

    $UserQuestion = array(\"What are\", \"What is\", \"What's\", \"Whats\", \"How are\", \"How is\", \"Hows\", \"How's\", \"Where are\", \"Where is\", \"Where's\", \"Who is\", \"Who's\", \"Who are\");

    $UserWhatsUpQ = array(\"What's up\", \"Whats up\", \"Sup\");

    $UserWhatsUpA = array(\"Not much\", \"Reading\", \"Coding\");

    $UserInsult = array(\"You are stupid\", \"Stupid Bot\", \"Idiot bot\", \"You suck\", \"I hate you\", \"Shut up\", \"Get Out\", \"You are an idiot\", \"Youre an idiot\", \"You're an idiot\", \"You're stupid\", \"Shut up\");

    $UserPraise = array(
    \"You are pretty cool\",\"You are so cool\", \"You are so awesome\", \"You are very nice\", \"You are so nice\", \"You are cool\", \"You are awesome\", \"You are nice\", \"You are intelligent\", \"You are NOT well coded\",
    \"You're pretty cool\",\"You're so cool\", \"You're so awesome\", \"You're very nice\", \"You're so nice\", \"You're cool\", \"You're awesome\", \"You're nice\", \"You're intelligent\", \"You're NOT well coded\",
    \"Youre pretty cool\",\"Youre so cool\", \"Youre so awesome\", \"Youre very nice\", \"Youre so nice\", \"Youre cool\", \"Youre awesome\", \"Youre nice\", \"Youre intelligent\", \"Youre NOT well coded\",
    );

    $UserThanks = array(\"Thank you\", \"Thank you very much\", \"Thanks\", \"Thanks a lot\", \"Thx\");

    $UserNoProblem = array(\"No problem\", \"No problemo\");

    $UserYesNo = array(\"Yes\", \"No\", \"Technically, Yes!\", \"Sometimes\", \"Usually not\", \"Yeah\", \"Yeap\", \"Not really\", \"Sorry but I don't understand, re-phrase please.\");

    $UserQuestion2 = array(\"Is he\", \"Is it\", \"Is she\", \"Are you\", \"Are we\", \"Are they\");
    Xin
  • rx-
    Posts: 169
    whats this all about ?
  • Xin
    Posts: 3,251
    In that chatbox there is a bot, and you can set what it says
    Xin