Hi, i've got a "on join version checker"
& when it reply's i want to form a command... :

Code:
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.)

Last edited by PhyxiuS; 16/04/06 05:04 PM.