thanks so much laugh


now during that check, is there a way to have the script read that and go through a code....


like:
Code:

on *:JOIN:#blahblahblah:{  
  if ($nick == superbay2093) { 
     /msg nickserv acc $nick
  }
}


how would i have a response from that?

like
Code:
on *:TEXT:?:{  
  if ($1 == superbay2093) { 
     if ($3 == 3) {
      halt
     }
     if ($3 == 0) {
      /kick # $nick 
      /mode # +b $wildsite
     }
  }
}