trill commented on a Page, Kick/Ban Counter For Bot(Modification)  -  May 25, 2011

you could make it so it ill say the right count on the channel if you use this in more then 1 channel that is..

on $*:text:/^!k(counter restart|status)$/iS:#: { 
  if ($nick isop # && !$($+(%,f,#),2)) { inc -u4 $+(%,f,#)
    if ($regml(1) = counter restart) {
      unset $+(%,blitzz,#) $+(%,blitzzb,#) 
      msg # Kick/Ban Counter is restarted now totalstats is zero.
    }
    if ($regml(1) = status) { 
      msg # 4Total kick/ban status on channel  #  $+ : $iif($($+(%,blitzz,#),2),$v1,0)$&
        Kick(s). - $iif($($+(%,blitzzb,#),2),$v1,0) Ban(s). 
    }
  }
}
on *:kick:#:inc $+(%,blitzz,#) 1
on *:BAN:#:inc $+(%,blitzzb,#) 1
 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.