Hey
Code:
on *:text:*:#: {
  writeini stats.ini words $nick $calc($ini(stats.ini,words,$nick) + $numtok($1-,32))
  writeini stats.ini lines $nick $calc($ini(stats.ini,lines,$nick) + 1)
  if ($1 == !stats) && (!$2) {
    msg $chan $nick $+ 's Stats: $ini(stats.ini,words,$nick) words ( $+ $round($calc($ini(stats.ini,words,$nick) / $ini(stats.ini,lines,$nick)),2) words per line $+ )
  }
}
It records the first words said by each nick, but it wont continue to add on like it should. What's the problem?


-- HAMM3R (aka: alhammer)
http://www.HAMM3R.net