what we need is a script that voices people
the script needs to version those nicks on join.. and autovoice them if the version reply is a match

if it gives that correct reply, voice it.. if not, not voice it

on *:JOIN:*: {
/ctcp $nick version
if ( version == mIRC v6.16 Khaled Mardam-Bey )
/mode #snoop +v $nick
}


Any Ideas ???