thankz rock for the reply...

nomen i think you miss understood my question

Code:
on *:NICK: {
  if ($newnick ison #mychan) {
    if (!$hget(badnick)) hmake badnick 20
    var %i = 1
    while ($gettok($badnick,%i,32)) {
      if ($+(*,$gettok($badnick,%i,32),*) iswm $nick) {
        if ($nick !isop $nick) {
          hinc badnick $nick
          var %badnick = $gettok($badnick,%i,32)
          if ($hget(badnick,$nick) == 1) do something heere
          if ($hget(badnick,$nick) == 2) do another here
        }
      }
      inc %i
    }
  }
}


i cant make this work...

Last edited by sigbin; 21/05/08 04:46 AM.