Hey guys/gals.
I have a problem/question.
I'm trying to make my bot do a certain action.
I would like it to do /me starts dancing in the room
I want it to do that action whenever it sees the word "dedicates"
I have been trying and this is what i got (not working)
still no luck....
Strikelight, you said to put <target>
target = the channel or the nick ?
And do I have this right? if { $hand == $word }
or should it be if { $handle equal $word } ?
<target> is where you specify where you want the bot to do the action, be it a nickname, or a channel... However, don't include the <>'s...
And no, your if statement is not correct... you have not declared the variable "word" in the local scope of the procedure.. and there is no variable "hand" in your procedure either.