on *:join:#yourchan: {
if ($nick(#,0) >= $+(%,peak.,$chan)) {
set $+(%,peak.,$chan) $nick(#,0) $ctime
}
}
on *:text:!peak:#yourchan: {
msg $chan On $date($gettok($+(%,peak.,$chan),2,32),mmm dd yyyy) $+ , there were $gettok($+(%,peak.,$chan),1,32) users in $chan $+ !
}