Code:
on *:join:*: {
  if ( $nick == $me ) {
    var %nicks = 1
    while ( %nicks <= $nick($chan,0) ) {
      userhost $nick($chan,%nicks)
      inc %nicks
    }
  }
  else {
    userhost $nick
  }
}


I honestly can't figure what's wrong here. I've tried like.. everything. Even running it in a seperate alias. After debugging it, it would seem that it only loops once, not all the times it's supposed to.

Any ideas?

Thanks.


GamerzWoW
The Official GamerzPlanet WoW Server