Page 1 of 1

Heavy delay at sending many Lines

Posted: Thu Mar 04, 2010 8:16 am
by Wotan
Hi.

I have a heavy delay if a bot wants to send many lines at once.
First, it sends 1 lines / second.
After some lines (about 200) it sends only 1 line / 2 seconds.
At the last lines (about 1000) it sends only 1 line / 5 seconds.

This is even with PRIVMSG to users, not only in channel.

Doesnt matter what kind of bot, even my self-coded bots.

Sorry for my bad englih, but its not my native language...

Re: Heavy delay at sending many Lines

Posted: Thu Mar 04, 2010 6:39 pm
by Stealth
This is a feature in Unreal to prevent flooding.

You can disable this for certain users by following the instructions here: http://x-tab.org/unreal.html#nofakelag

Re: Heavy delay at sending many Lines

Posted: Fri Mar 05, 2010 7:25 am
by Wotan
Thank you :)
This solved my Problem.