How would I get to do a simple response like if I input a script that just responded to a answer like
on *:TEXT:Hey Navi?:#: { msg $chan Yeah, need something? }
How would I do a respone for only that command if I did something like a if else statment
I.E
on *:TEXT:Hey Navi?:#: { msg $chan Yeah, need something? }
If *:TEXT:Yes then
{ msg $chan Well what is it? } else
{ msg $chan ok }
Just wondering, thanks
~Navi