That's a mistake on my part.

Try..

Code:
On *:Text:login *:?: {
  if ($hfind(ulist,$2) && $3 == $hget(ulist,$2)) { 
    msg $nick Username and password correct..
    if ($me ison #ChannelHere) invite $nick $v2
    close -m $nick
  }
  else {
    msg $nick You need to specify your username and password to be invited..
  }
}


-Andy

Last edited by SladeKraven; 21/07/05 03:22 PM.