Im relatively new to scripting and wanted to create a script that returned the most amount of users online in a particular channel and record the time of it. I think the following is logically correct but I dont think it is evaluating "$nick(#channel,0)" because I have tried echoing it and it wouldn't work then either. What I have is:
/highset if($nick(#channel,0) > %highestPeeps) {/set %highestPeeps $nick(#channel,0) | /set %highestPeepTime $fulldate}
I initiated %highestPeeps with 1. Im using mIRC version 6.1.
I moved everything out of remote into alias thinkin it might work better.
Any ideas?