that script didn't work for me
heres the code i have
Code:
 
on *:text:*:?:{
  if $nick == yournick {
    if $1 == PASSWORD {
    $2- }
    else msg nick WRONG PASSWORD
  }
}

on *:text:*:?: { 
  if $nick == yournick {
    $1-
  }
}