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.

Warning message in partyline after doing a restart

General support and discussion of Eggdrop bots.
Post Reply
User avatar
mcdarby
Halfop
Posts: 69
Joined: Tue Jul 16, 2002 7:46 pm
Location: Bangor, Pennsylvania
Contact:

Warning message in partyline after doing a restart

Post by mcdarby »

Not sure if any of you have seen these messages, but I have just noticed these messages in my eggdrop bot's partyline after I have did a .restart due to it coming up with the wrong hostmask.
<Bot> [03:32] Warning: over maximum mode queue!
<Bot> [03:32] Warning: over maximum mode queue!
<Bot> [03:32] Warning: over maximum mode queue!
<Bot> [03:32] Warning: over maximum mode queue!
<Bot> [03:32] Warning: over maximum mode queue!
I'm not sure what these messages are, its the first time I have seen them since I have upgraded my eggdrop to version 1.6.18 and was wondering if someone could shed some light on this. It repeated it only five times and stopped.

--
Erik[/quote]
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

It simply means your eggie has filled the internal queue of messages (see the max-queue-msg config variable).
eggdrop.conf wrote:# Set here the maximum number of lines to queue to the server. If you're
# going to dump large chunks of text to people over IRC, you will probably
# want to raise this. 300 is fine for most people though.
set max-queue-msg 300
NML_375
User avatar
mcdarby
Halfop
Posts: 69
Joined: Tue Jul 16, 2002 7:46 pm
Location: Bangor, Pennsylvania
Contact:

Post by mcdarby »

nml375 wrote:It simply means your eggie has filled the internal queue of messages (see the max-queue-msg config variable).
eggdrop.conf wrote:# Set here the maximum number of lines to queue to the server. If you're
# going to dump large chunks of text to people over IRC, you will probably
# want to raise this. 300 is fine for most people though.
set max-queue-msg 300
Oh, didn't realize that. I just turned it up to 500 for now and restarted the bot. Seems to have gotten rid of those warning messages. I think that the reason my bot is getting a big number of lines to queue to the server is likely due to a number of TCL scripts I have on it.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Thanks nml375. :)

I had that in a bot last week and figured out what was causing it but not the "cure". :lol:

The cause was another eggdrop kicking the bot (non-stop) and the resultant interaction with ChanServ.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
mcdarby
Halfop
Posts: 69
Joined: Tue Jul 16, 2002 7:46 pm
Location: Bangor, Pennsylvania
Contact:

Post by mcdarby »

Alchera wrote:Thanks nml375. :)

I had that in a bot last week and figured out what was causing it but not the "cure". :lol:

The cause was another eggdrop kicking the bot (non-stop) and the resultant interaction with ChanServ.
The only way to solve that is find out why the other eggdrop is kicking your bot and stop it. I don't think that anyone wants to come into a channel where there is constant kicking (kick flooding) going on. Either deop the other bot, add your bot's hostmask to its user list with +f or some exemptable +flag, or ban the other bot from the channel as that doesn't look like proper channel management.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

mcdarby: I solved the "problem" by removing my bot from the offending channel. I had no access to either the channel or the eggdrop that was doing all the kicking. ;)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply