Thought I changed the delay to 350, but apparently it's 310. Try changing it to 350. I recommend you look at the timer help section (/help /timer), but -m indicates that the delay is in milliseconds.

Is the 100 messages in 30 seconds limit channel specific or shared between all channels?

The /addbuf command adds whatever commands you give it to the end of the buffer, and then it spams them one by one with 310 ms interval.

There is absolutely nothing in the code that would make it skip commands. Well, other than lines that only contain "0" or "$false", in which case the script would stop completely. There is a tiny chance that the window buffer is full, but even the minimum window buffer is 500 lines, so I doubt it's that. If you want to be sure, you can replace "window -h @buffer" with "window -hj5000 @buffer".

The way it works is that it looks at the line #1 in the window, executes it and removes it, which means that #2 becomes #1 and so on. If there are any lines in the list, it will execute them.

Last edited by Dazuz; 05/08/16 02:23 AM.