I use eggdrop 1.6.17, but it`s queueing system is too slow for me. So i need a eggdrop who will be able to flood out 100 lines or more in a sec or two.
Now i know that can be done, because it`s a RAW DCC mode somehow. I have a private ircd on which (Excess Flood) is disabled for this paticualry bot, so that wont be a problem.
Now i use my scripts with the procedure:
Code: Select all
proc putfast {arg} {
append arg "\n"
putdccraw 0 [string length $arg] $arg
}
So i know the bot queueing system to the server is made in server.c which is in: src\mod\server.mod\server.c but how could i optimize this to realy make the bot flood out what i need, because now it`s realy too slow
I tried with #define msgrate 0 ... no change,
and with
Code: Select all
tputs(serv, buf, len);
return;
So please please please help me out, i realy need a fast bot, so i can use it for flooding results from a game server and some other stuffs.
Please help me out, and thx for reading this long text