sladekraven commented on a Page, Channel Counter(Channel peak) Via !Count  -  Mar 03, 2006

;Usage !count
;or
;!count [a|o|h|v|r]
;!count o - Counts the ops

On :Input:#: {
if (/
iswm $1) return $1-
if ($1 == !count) && (!$2) msg $chan $nick($active,0)
if ($1 == !count) && ($findtok(o a h v r,$2,1,32)) {
var %status = $iif($2 == o,Ops:,$iif($2 == a,Admin:,$iif($2 == h,Half Op:,$iif($2 == v,Voiced:,$iif($2 == r,Regular:)))))
msg $chan %status $nick($active,0,$2)
}
else { msg $chan $1- }
halt
}

 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.