Bielie commented on a Page, Kick Counter For Bot  -  Apr 21, 2010
on *:text:!reset count:#: { if ($nick isop $chan) {
    set %blitzz 0 | msg $chan The kicks have been reseted to zero.
  }
  else { notice $nick Error: You have to be a op to use this command.
  }
}

on *:text:!kicks:#: {
if ($nick isop $chan) { 
notice $nick Error: You have to be a op to use this command. | return }

  if ($1 == !total) { msg $chan Current kicks served: %blitzz
  }
}

on *:kick:#: { 
  inc %blitzz  $+ #
}
 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.