Hello!
I have a bot, who repeats everything what another bot says (with putquick). But if the other bot says too much, my bot gets slower. I think after 5 lines the bot changes from putquick to puthelp, that's why it gets so slow. Is there a possibility to change this?
its lagging on purpose to avoid flooding itself of the net. You can try to compile with msgrate 1 (which also works fine for me, since you usually dont use lines longer than 254 characters), but unless you have the "lizence to flood", you shouldn't increase the speed more... putquick with msgrate 1 will most likely already result in excess flood.
darton wrote:Is it possible that you dont have this file with windrop?
windrop is a binary distribution. you will need to use the compiling guide on windrop homepage to compile the bot from source (and therefore to be able to modify the source).
However, you can also search for 'putdccraw' on this forums, if you are so enthusiastic.