QuantumShadow
2004-05-09 17:27:51 UTC
Hi, I want to write script that would recognize when i am kicked and do
certain things, i wrote this:
on *:KICK:#: { if ( $nick == $me) /msg $chan Stop Kicking $me }
but the problem is that $nick is the nick of the person who kicked me, so
this script perform whenever he kicks anyone.
how can i know when it is just me?
also another question:
how can i know if i have succesfully performed the /JOIN command?
Thanks
QuantumShadow
certain things, i wrote this:
on *:KICK:#: { if ( $nick == $me) /msg $chan Stop Kicking $me }
but the problem is that $nick is the nick of the person who kicked me, so
this script perform whenever he kicks anyone.
how can i know when it is just me?
also another question:
how can i know if i have succesfully performed the /JOIN command?
Thanks
QuantumShadow