Hi, i've got a "on join version checker"
& when it reply's i want to form a command... :
on ctcp:*:*: {
if ($nick != blabla) && ($nick != boem) && ($nick != lala) { msg $nick Version reply successfull. }
}
It just aint working the reply... (i just want it like this.)