Menu

#1 Talk command

open
nobody
How do I... (1)
5
2010-01-15
2010-01-15
Anonymous
No

Hello .. how do I make the bot respond and talk, like your bot Ernie does on DALnet?

Discussion

  • Arfie

    Arfie - 2010-01-15
    • labels: --> How do I...
     
  • Arfie

    Arfie - 2010-01-15

    3 steps to make the bot respond. 1) add a type and initial trigger; 2) add more triggers if needed; 3) add responses.

    eg.

    /msg botname TYPE add hello hi there
    - tells the bot to respond to "hi there" and execute the "hello" type

    /msg botname TRIGGER hello add hiya
    - tells the bot to also respond to "hiya" and execute the "hello" type

    /msg botname RESPONSE hello add Hi :) How are you?
    - when the "hello" type is executed the bot will respond with "Hi :) How are you?"
    If multiple responses are added for a type, the bot will randomly choose one.

    Hope this helps.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.