mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2006
Posts: 14
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Jul 2006
Posts: 14
Hello.

I have a script like that :

on 1:CONNECT:{
/window -dl @JOIN join.txt
....
}

on 1:JOIN:#:{
if ( test isin $chan) /iline 1 @JOIN 1 $nick JOIN $chan $ip
if (toto isin $chan) /iline 15 @JOIN 1 $nick JOIN $chan $ip
...
}

but when i have to many join, the list of the joining nicks scroll too fast in the @join windows.

Is there a way to put a delay between the print of two nicks in the @join windows if there is to much nicks who join at one time ?

Thank you very much.

PS. i am sorry my english is very bad. i hope you understand what i say.

Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Have a look at /help /timer


Link Copied to Clipboard