We have an own (private) irc-network, and a eggdrop running very much tcl-scripts.
I'm trying to speed up the output of the bot to 10 lines per sec.
The solutions i found in this forum doesn't work for me, because i cant change all tcl-scripts to use putquick or some...
Is it possible to change the c-code of the bot, so it will write *any* messages faster?
(By the way, the irc-server is running on the same-machine.)
Things i tried in the server.c (without success):
- define msgrate 0
- define maxpenalty 30
"/* Number of seconds to wait between transmitting queued lines to the server
* lower this value at your own risk. ircd is known to start flood control
* at 512 bytes/2 seconds.
*/ "
Don't forget that you need to recompile the bot when you change it.
[putdccraw] is undocumented for a reason; it should not be used, except for issuing a single command only when you are absolutely sure it will get through (not ignored due to command pace limitations which are imposed by most servers)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use