Command: Options: Description: | date none Display the current date and time. Example:
Person asks: what is the date Bot replys: November 18, 2003, 1:31 pm CST The above example would require a bot response with: PATTERN of "what is the date" RESPONSE of "<SYSTEM>date</SYSTEM>" |
|
Command: Options: Description: | weather 5 digit zip code Display the current live weather forecast with a 3 day extended forecast. Example:
Person asks: what is the weather Bot replys: What is your Zip Code? Person asks: 14623 Bot replys:14623 - Today, Nov 18 55 degrees F, Cloudy UV Index: 1, Dew Point: 45 degrees F Humidity: 69%, Wind: 17mph Wed, Nov 19 54/50 degrees F, Cloudy Thu, Nov 20 55/38 degrees F, Rain Fri, Nov 21 46/40 degrees F, Rain Showers The above example would require two bot responses with: PATTERN of "what is the weather" RESPONSE of "What is your Zip Code?<THINK><SET name="topic">weather</SET></THINK>" PATTERN of "*" TOPIC of "weather" RESPONSE of "<SYSTEM>weather <star/></SYSTEM><THINK><SET name="topic"></SET></THINK>" |
|
Command: Options: Description: | im screenname message Send an Instant Message of message to screenname. Allows your bot to initiate conversation over AIM. Example:
Person asks: send hello there to aibuddysupport Bot replys: Your message has been sent. The above example would require a bot response with: PATTERN of "send * to *" RESPONSE of "Your message has been sent.<THINK><SYSTEM>im <star index="1"/> <star index="2"/></SYSTEM></THINK>" |
|
Command: Options: Description: | learn PATTERN,,RESPONSE,,TOPIC,,THAT Teach your bot a new response. Example:
Person asks: hi there Bot replys: hello Person asks: no say What is your name Bot replys: Ok. Person asks: hello Bot replys: What is your name The above example would require a bot response with: PATTERN of "no say *" RESPONSE of "Ok.<THINK><SYSTEM>learn <input index="2"/>,,<star/></SYSTEM></THINK>" |
|
Command: Options: Description: | search word or phrase Searches the Internet for word or phrase. Example:
Person asks: search fun stuff Bot replys: fun stuff - Found 1. Ben amp Jerry 39 s Fun Stuff ... related stuff. Whatever you ve been led to believe we d love... 2. K 8 Kids 39 Place Education Place Kids 39 games and activities for math reading language... 3. SCZ: Fun Stuff This page contains fun pages for people of all ages. ... Adventure Games Quizzes... The above example would require a bot response with: PATTERN of "search *" RESPONSE of "<SYSTEM>search <star/></SYSTEM>" |
|
Command: Options: Description: | translate from lang to lang text Displays the Language Translation of text from from lang to to lang. Language options can be english,spanish,french,italian,german or portugues. Example:
Person asks: translate hi there from english to spanish Bot replys: hola alli The above example would require a bot response with: PATTERN of "translate * from * to *" RESPONSE of "<SYSTEM>translate <star index="2"/> <star index="3"/> <star/></SYSTEM>" |
|
Command: Options: Description: | define word Displays the Dictionary meaning of word. Example:
Person asks: define computer Bot replys: computer - A device that computes, especially a programmable electronic machine that performs high-speed mathematical or logical operations or that assembles, stores, correlates, or otherwise processes information. The above example would require a bot response with: PATTERN of "define *" RESPONSE of "<SYSTEM>define <star/></SYSTEM>" |
|
Command: Options: Description: | fortune none The unix command line fortune game. Will output random facts, and whatnot. Example:
Person asks: fortune please Bot replys: Parkinson's Law: Work expands to fill the time alloted it. The above example would require a bot response with: PATTERN of "fortune please" RESPONSE of "<SYSTEM>fortune</SYSTEM>" |
|
Command: Options: Description: | horoscope sign Displays the current day's horoscope for sign. Example:
Person asks: horoscope cancer Bot replys: cancer (Wed Nov 19, 2003) - Take it slow and easy today, dear Cancer. With the energy from the day's aspects, rushing around isn't likely to get you too far. In fact, you're more apt to make mistakes or to leave a bunch of things unfinished. Make your "to do" list and go about each thing one at a time in an even pace. Even if you don't finish everything, what you do accomplish will be done well. The above example would require a bot response with: PATTERN of "horoscope *" RESPONSE of "<SYSTEM>horoscope <star/></SYSTEM>" |
|
Command: Options: Description: | tictactoe none Tic Tac Toe game. Example:
Person asks: play tictactoe Bot replys: ? |? |? --------- ? |? |? --------- ? |? |? your move... The above example would require two bot responses with: PATTERN of "play tictactoe" RESPONSE of "<SYSTEM>tictactoe</SYSTEM>" PATTERN of "*" TOPIC of "tictactoe" RESPONSE of "<SYSTEM>tictactoe</SYSTEM>" |
|
Command: Options: Description: | hangman none Hangman game. Example:
Person asks: play hangman Bot replys: Welcome to Hangman Please enter a single letter guess. You have guessed: You have 7 misses left. +------+ | | | | | +-------+ _ _ _ _ Guess a letter: The above example would require two bot responses with: PATTERN of "play hangman" RESPONSE of "<SYSTEM>hangman</SYSTEM>" PATTERN of "*" TOPIC of "hangman" RESPONSE of "<SYSTEM>hangman</SYSTEM>" |
|
Command: Options: Description: | blackjack none Casino Blackjack game. Example:
Person asks: play blackjack Bot replys: Welcome to BlackJack Type in 'help' for Instructions. Type in 'quit' anytime to quit. Bank: $1000 Place your bet ( 5, 10, 15, etc... ): The above example would require two bot responses with: PATTERN of "play blackjack" RESPONSE of "<SYSTEM>blackjack</SYSTEM>" PATTERN of "*" TOPIC of "blackjack" RESPONSE of "<SYSTEM>blackjack</SYSTEM>" |
|
Command: Options: Description: | wordjumble none A word scramble game. Example:
Person asks: play wordjumble Bot replys: Type answer anytime for the answer. Type quit to exit. Jumbled Word: ugdnor What is the word? The above example would require two bot responses with: PATTERN of "play wordjumble" RESPONSE of "<SYSTEM>wordjumble</SYSTEM>" PATTERN of "*" TOPIC of "wordjumble" RESPONSE of "<SYSTEM>wordjumble</SYSTEM>" |
|