mIRC Homepage
Posted By: flup Room Record - 16/03/03 06:57 PM
Anyone has a script wich shows the record number of users in a channel ?
Posted By: phrozenfire Re: Room Record - 16/03/03 07:07 PM
Here is mine. I made it awhile ago so it may not be as efficient as others.

Code:
on 1:join:#community:{ if (%rec0rd == $null) { set %rec0rd 0 } | if ($nick(#community,0) > %rec0rd) { set %rec0rd $nick(#community,0) | set %rec0rdn $nick | set %rec0rdd $date(mm/dd/yyyy) | set %rec0rdt $time(hh:nn:ss $+ tt) | msg $chan Record! is now set at $nick(#community,0) } }
on 1:text:!record:#community:{ msg $chan Record! is currently at %rec0rd $+ . It was set by %rec0rdn $+ , on %rec0rdd at %rec0rdt $+ . }


You'll have to change it to your channel (or change it for all channels).

Sorry for the pipes
Posted By: Knappen Re: Room Record - 16/03/03 07:09 PM
Hey man! That`s easy!

on *:join:#:{
if (%maxusers < $nick($chan,0)) { %maxusers = $nick($chan,0) }
}
Posted By: flup Re: Room Record - 17/03/03 11:55 AM
Cant get ;m working
Posted By: flup Re: Room Record - 17/03/03 11:56 AM
Nevermind g0t it w0rking
© mIRC Discussion Forums