Jethro commented on a Page, .stats For Channel Display  -  Jan 20, 2011

You can eliminate the repetition of the counter for each event like so:

on *:quit:counter
on *:join:#:counter
on *:part:#:counter
on *:topic:#:counter
on *:action:*:#:counter
alias -l counter {
  hinc -m counts $+($nick,$event)$+ 1
}

it's recommended that you add the -m switch just in case people install the script without restarting their mIRC.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.