Re: [Unreal-users] How can I disable message-rate-limiting?
Status: Beta
Brought to you by:
wildchild
From: Christian 'H. M. <ad...@in...> - 2005-07-14 07:10:41
|
Message Rate Limiting is not limited by UnrealIRCD. Unrealircd just limit the send and receive queue time in bytes. See your class <name> sendq <send-queue>; recvq <recv-queue>; block. Mostly Bots example Eggdrop is sending limited Message to Server to avoid Excess flood by Server. Just look in the eggdrop.conf: >> / ---- cut from eggdrop.conf ---- />>/ # Set here the maximum number of lines to queue to the server. If you're />>/ # going to dump large chunks of text to people over IRC, you will probably />>/ # want to raise this. 300 is fine for most people though. />>/ set max-queue-msg 300 -- kind Regards Christian 'HERZ' Makowski ----------------------------------------------------------------- insiderZ.DE - GERMAN IRC NETWORK - Networkadmin Executive (CEO) URL.: http://www.insiderz.de eMail: admin(at)insiderZ.org Protect your IRC Network: http://unrealworld.insiderz.de ----------------------------------------------------------------- Key/Fingerprint: 19C 8C25 D3EA DEEF 1BA4 DB8B A4BE 52B9 9D1F 9612 Eric Mayers wrote: > 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. |