tv3636 commented on a Page, Kicked count  -  Feb 21, 2009

You could just use dynamic variables as well, for example:

on *:kick:#: { inc % $+ $knick }

Creates/increases the variable for that nickname.
you can do

on *:NICK:{ 
if (% $+ $nick != $null) { 
set % $+ $newnick % $+ $nick
unset % $+ $nick 
}
}

to account for nick changes that way

 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.