ok im building some bot ...
i cant connect him on my irc server because they put some stupid rutine check ..
Code:
(21:58:40) -Pricaonica- Routine check :) Please type:
(21:58:40) -Pricaonica- ********************************************************************************
(21:58:40) -Pricaonica- /msg s1cK 2550071296
(21:58:40) -Pricaonica- ********************************************************************************

the given number is random chosed
i nead some code for my soket bot to avoide this ..
i try with
Code:
on *:sockread:'sockname': {
  if (/msg isin %temp) {
    var %_a $numtok(%temp,160)
    .sockwrite -nt 'sockname' privmsg $me $gettok(%temp,%_a,160)
  }
}


buti it doesnt working frown
plz help