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.

bot flood settings etc (i think)

Old posts that have not been replied to for several years.
Locked
C
CosmicD
Op
Posts: 102
Joined: Sat Dec 11, 2004 3:46 pm

bot flood settings etc (i think)

Post by CosmicD »

allright , question spree today but this is the final one in a while, ipromise :P

theres a problem I have with the bot that it only seems to respond to 1 someone at a time...

i've been changing some global stack and queue flags but that doesnt seem to solve the problem..

sometimes when one user triggers a command, the bot seems to "lag" for somebody else that wants to do something else on another channels.

then it executes the command when the previous user is done,

cant you loosen that up a bit that it responds more ?

cd
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

I havent come accross a script yet that doesnt lag on large text output. The eggdrop to my knowledge queue's up all the text it is trying to send and just reads it from its internal queue.

Scripts that access an external source for information can also hang the bot if they are use 'BLOCKING' (Wait till it has the information before proceeding)

I Personally dont know of any way to make the bot ignore its queue. :cry:
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Have you used the putquick -next? and putdccraw functions for output? The ircd itself has a server flood protection I beleive its 512/2 bytes/sec. You can change this setting in one of the eggdrop files not sure which one though, then recompile, it can get you through faster.

If the bot responds slowly it might be because of you have alot of tcls loaded into the bot, the bot might be performing many functions simulataineously (like /who, /whois every used on join) or the bot might have alot of timers running which could saturate its memory and so on...
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked