mIRC Home    About    Download    Register    News    Help

Print Thread
#63920 13/12/03 07:44 PM
Joined: Dec 2003
Posts: 9
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Joined: Dec 2003
Posts: 9
How would I make a counter that counts how many ppl have joined and left my channel?

#63921 13/12/03 07:57 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
on *:JOIN:#chan: /inc %joins
on *:PART:#chan: /inc %parts
on *:TEXT:!stats:#chan: /msg $chan I have seen a total of %joins joins and %parts parts

type !stats in the channel to view it, or sue %joins and %parts in another script.


-KingTomato

Link Copied to Clipboard