mIRC Home    About    Download    Register    News    Help

Print Thread
#113851 09/03/05 04:18 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
I put in a topic last with the problem i couln't get it to work op on join thank to Mikechat who camre up with the timer(i thought of it myself but I most have done something wrong).
Somehow it counts the voiced people also as regulars.
Is there a way to make it work so voiced people donĂ½ get count as regulars?
The line i have now is this:

echo -a 12Channel Counter: 9There are13 $nick(#,0) 9Ppl present in 13 $chan 9=13 $opnick(#,0) 9Ops,13 $vnick(#,0) 9Voiced and13 $nopnick(#,0) 9regs.

Thanks upfront for your trouble.

#113852 09/03/05 04:24 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
Would it help if I put $vnick with $nopnick to count the regulars in the channel?
Ifso how do I do that ?

#113853 09/03/05 05:01 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Opped: $nick($chan,0,o)
Voiced: $nick($chan,0,v)
Half op: $nick($chan,0,h)
Regular: $nick($chan,0,r)
Total: $nick($chan,0)

/help $nick

#113854 09/03/05 08:57 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
try it this way:
Code:
echo -a 12Channel Counter: 9There are13 $nick(#,0) 9Ppl present in 13 $chan 9=13 $opnick(#,0) 9Ops,13 $vnick(#,0) 9Voiced and13 $nick(#,0,r) 9regs.

$nick(#,0,r)

#113855 09/03/05 09:56 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Check your other post


Link Copied to Clipboard