This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop notice

Old posts that have not been replied to for several years.
Locked
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

eggdrop notice

Post by Ofloo »

how do i speed up the notice rate of the bot ?? not by useing quick help but in the conf file there's so mutch notice thingys i tryed to change them all but no result
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This slow system stops yout bot being flooded off. You can use 1 of the two options below, if your sure this won't happen.

1: Change your scripts to use the "putdccraw" command.
putdccraw <idx> <length> <data>
You need to pass this command the length of the data, and make sure you place a \n on the end of the data.

Use the IDX value of 0 for the IRC server.

2: Edit the server module, so that Dequeue is quicker. There are examples of this, on other parts of the forum.
Locked