[Unreal-users] How can I disable message-rate-limiting?
Status: Beta
Brought to you by:
wildchild
From: Eric M. <em...@gm...> - 2005-07-14 06:00:36
|
I'm using irc (and the unrealirc server) to do some collaboration and I've built a bot that runs various commands and dumps some output into a channel (10-50 lines per command generally). The problem is that I want the bot to be able to dump data more quickly than is occurring. More specifically, the bot writes 20 lines without delay. In the channel, 5 lines appear almost instantly then the next 15 get doled out at what appears to be 1 per second. I realize if I write even more (e.g. 100) lines that I get an 'excess flood' message and get kicked. I can handle this limit. Users are trusted on the server so I'm not really worried about flooding (I'm ok modifying the behavior for all users and all channels as well). So my question is : How can I allow this 'user' to write to a channel more quickly? Thanks! Eric |