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 $+ )
}
}