mIRC Homepage
Posted By: McFish help me with Channel Limiter - 31/05/04 03:13 PM
How can i use a timer to take the Channel Limiter delayed in 2 mins with this :

on *:join:#channel { dolimit }
on *:part:#channel { dolimit }
on *:quit:#channel { dolimit }
alias dolimit {
mode #channel +l $calc($nick(#channel,0) + 2)
}



Thank You !
Posted By: xxxYODAxxx Re: help me with Channel Limiter - 31/05/04 03:35 PM
on *:join:#channel:{ dolimit }
on *:part:#channel:{ timerlimit off }
on *:quit:{ timerlimit off }
alias dolimit {
timerlimit 0 120 mode #channel +l $calc($nick(#channel,0) + 2)
}

the above will check every 2 minutes while you remain in the channel and halt the timer when you part or quit. replace ALL #channel's with the channel you wish it to run on of course smile

hope it helps - cheers
Posted By: landonsandor Re: help me with Channel Limiter - 01/06/04 12:37 AM
slight change there:

on me:*:part:#channel:{ timerlimit off }

Otherwise it'll halt the timer for ALL parts not just you
© mIRC Discussion Forums