Hai. I'm creating a bot for my channel. I want to create a command for example .kiss.
This is what I've got so far:
on *:TEXT:.kiss*:#: { msg $chan $me kisses $2. }
But I wanted to add another possible response. For example:
msg $chan $me grabs $2 by the hair, steals the kiss.
What would I have to do to get my bot to select a response randomly from two or more responses? Thx.