mIRC Homepage
Posted By: Ace123 User peak - 02/03/06 09:02 PM
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!
Posted By: genius_at_work Re: User peak - 02/03/06 09:49 PM
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
Posted By: Ace123 Re: User peak - 03/03/06 02:46 PM
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?
© mIRC Discussion Forums