this is really bothering me.

take a look:

Code:
on *:snotice:*connecting*: {
  echo $1 $2 $3 $4 $5 $6 $7 $8 $9 $10
  if ($2 iswm *not*) {
    echo OK!
  }
}


what is wrong with that? It doesnt echo out the OK! like it is supposed to.

heres a sample of the output it gives in the echo $1 $2 $3 etc:

*** Notice -- Client connecting at irc.xtac.org: Marcy (~xtac@dhcp-202-109.cpe.gntrv.al.charter.com)

$2 = notice right? =/ well why isnt it matching it up on the iswm?