mIRC Home    About    Download    Register    News    Help

Print Thread
#143837 02/03/06 09:02 PM
Joined: Jul 2005
Posts: 4
A
Ace123 Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Jul 2005
Posts: 4
Does anyone know or have an example how to make the script record the user peak on a channel?

So you can see on what date and time the most users were online... I have tried to find info on this kinda script but nothing usefull!

Thank in advance!

#143838 02/03/06 09:49 PM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Code:
on *:JOIN:#:if ($nick($chan,0,a) > $iif($gettok($($+(%,ucount.,$chan),2),1,46) != $null,$v1,0)) set $+(%,ucount.,$chan) $+($v1,.,$ctime) 
on *:TEXT:!ucount:#:if ($($+(%,ucount.,$chan),2) != $null) msg $chan Max users: $gettok($v1,1,46) on $asctime($gettok($v1,2,46),mmm d yyyy @ H:nn:ss) 


*requires mIRC 6.16 or higher

-genius_at_work

Last edited by genius_at_work; 02/03/06 10:02 PM.
#143839 03/03/06 02:46 PM
Joined: Jul 2005
Posts: 4
A
Ace123 Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Jul 2005
Posts: 4
When I insert that script into an entirely new script (so nothing can effect it) it only says: " Max users: on".

Nizzle`away: !ucount
BOT: Max users: on

Any idea whats causing this?


Link Copied to Clipboard