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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.