mIRC Home    About    Download    Register    News    Help

Print Thread
#182645 12/08/07 05:59 PM
Joined: Jul 2007
Posts: 42
Z
zad0909 Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Jul 2007
Posts: 42
I was wondering if someone could link me or show me a script that would baisically count the number of people in a channel and then give the number and perhaps also the number of hops and ops and voices etc.

Anyone know?

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Code:
on *:text:!memcount:#:{ msg $chan Users: $nick($chan,0) ~ Ops: $nick($chan,0,o) ~ Halfops: $nick($chan,0,h) ~ Voices: $nick($chan,0,v) ~ Regulars: $nick($chan,0,r) }

Joined: Jul 2007
Posts: 42
Z
zad0909 Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Jul 2007
Posts: 42
thanks a lot dude. Script works fine laugh


Link Copied to Clipboard