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.