bonsoir voila mon raw ne me dit pas si le nick est reservé! qd je whois une personne il me dit nick non reservé pour toute les pseudo meme ceux resa :s :
raw 307:*: {
if ( ( $gettok(%whois.tmp,1,33) == $2 ) && ( $gettok($gettok(%whois.tmp,1,64),2,33) != guest ) ) {
echo -a $str($chr(160),3) $+ 3; $+ $colour(whois text) $+ Nick réservé
echo -a 2;3;2Profil :2;3; http://chat10.x-echo.com/profil/profil.php?pseudo= $+ $gettok($2,1,124)
}
else {
echo -a $str($chr(160),3) $+ 3; $+ $colour(whois text) $+ Nick Non Réservé
}
halt
}