<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/13227" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2007-03-19T09:42:25-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/13227</id>

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-19T09:42:25-04:00</updated>

		<published>2007-03-19T09:42:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71373#p71373</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71373#p71373"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71373#p71373"><![CDATA[
Thanks for digging out such an old yet very relevant and helpful post for me Sir_Fz <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I guess this will be it then (if anyone else is looking for something similar), after a few modifications by myself. Will give it a go and see and consequences and chances for improvement:<br><div class="codebox"><p>Code: </p><pre><code>if {[string match *raw:irc:join* [binds]]} { unbind raw - JOIN *raw:irc:join }bind raw - JOIN join:delayproc join:delay {from keyword arg} {  if {[string equal -nocase $from $::botname] &amp;&amp; [string match -nocase *[string range $arg 1 end]* [channels]]} {    putloglev d * "Delaying WHO: [string range $arg 1 end]"    utimer 60 [list resetchan [string range $arg 1 end]]    return 1  } else {    *raw:irc:join $from $keyword $arg  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Mar 19, 2007 9:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-03-19T07:15:14-04:00</updated>

		<published>2007-03-19T07:15:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71366#p71366</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71366#p71366"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71366#p71366"><![CDATA[
Check out this <a href="http://forum.egghelp.org/viewtopic.php?t=5937" class="postlink">topic</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Mar 19, 2007 7:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-19T04:06:12-04:00</updated>

		<published>2007-03-19T04:06:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71365#p71365</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71365#p71365"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71365#p71365"><![CDATA[
When my bot joins a channel it does the following:<br>(1) /mode #chan +b (get banlist of channel)<br>(2) /mode #chan (get channel modes)<br>(3) /who #chan (who all the users in #chan)<br>(4) /whois all users in #chan<br><blockquote class="uncited"><div>&lt;adapter&gt; [02:52] -NOTICE- *** Found your hostname<br>&lt;adapter&gt; [02:52] -NOTICE- *** Got Ident response<br>&lt;adapter&gt; [02:52] [!s] WHOIS adapter<br>&lt;adapter&gt; [02:52] [!m] MODE adapter +i-ws<br>&lt;adapter&gt; [02:52] [m-&gt;] MODE adapter +i-ws<br>&lt;adapter&gt; [02:52] [!s] JOIN #eggdrops <br>&lt;adapter&gt; [02:52] [!s] JOIN #adapter <br>&lt;adapter&gt; [02:52] [!s] JOIN #awyeah <br>&lt;adapter&gt; [02:52] -NickServ (<a href="mailto:service@dal.net">service@dal.net</a>)- Password accepted for adapter.<br>&lt;adapter&gt; [02:52] [s-&gt;] WHOIS adapter<br>&lt;adapter&gt; [02:52] [s-&gt;] JOIN #eggdrops <br>&lt;adapter&gt; [02:52] [!m] MODE #eggdrops +b<br>&lt;adapter&gt; [02:52] [m-&gt;] MODE #eggdrops +b<br>&lt;adapter&gt; [02:52] [!m] MODE #eggdrops<br>&lt;adapter&gt; [02:52] [m-&gt;] MODE #eggdrops<br>&lt;adapter&gt; [02:52] [!m] WHO #eggdrops<br>&lt;adapter&gt; [02:52] [!s] WHOIS adapter<br>&lt;adapter&gt; [02:52] [!s] WHOIS irwan<br>&lt;adapter&gt; [02:52] [!s] WHOIS Alchera-Away<br>&lt;adapter&gt; [02:52] [!s] WHOIS Almacherzo<br>&lt;adapter&gt; [02:52] [!s] WHOIS }{F_F_F}{<br>&lt;adapter&gt; [02:52] [!s] WHOIS lohis<br>&lt;adapter&gt; [02:52] [!s] WHOIS attack<br>&lt;adapter&gt; [02:52] [!s] WHOIS crypted<br>&lt;adapter&gt; [02:52] [!s] WHOIS Bluechip<br>&lt;adapter&gt; [02:52] [!s] WHOIS RizaL<br>&lt;adapter&gt; [02:52] [!s] WHOIS BhOgAzT<br>&lt;adapter&gt; [02:52] [!s] WHOIS ecliptik<br>&lt;adapter&gt; [02:52] [!s] WHOIS awyeah<br>&lt;adapter&gt; [02:52] [!s] WHOIS Q-Thing<br>&lt;adapter&gt; [02:52] [!s] WHOIS jiggy<br>&lt;adapter&gt; [02:52] [!s] WHOIS Exploid<br>&lt;adapter&gt; [02:52] [!s] WHOIS THBot<br>&lt;adapter&gt; [02:52] [!s] WHOIS <br>&lt;adapter&gt; [02:52] [m-&gt;] WHO #eggdrops</div></blockquote>Is all of this the default for the eggdrop? Whenever it joins a channel, it has to perform the following steps? The thing is, my bot on connect to server joins some largely populated channels, and does each of these 4 steps on all, which gives it the warning message:<br><br>Warning: over maximum server queue! <br><br>atleast 3 or 4 times on connection to the irc server. Is there anyway to fix this problem then?<br><br>Thanks,<br>JD<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Mar 19, 2007 4:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-15T22:48:02-04:00</updated>

		<published>2007-03-15T22:48:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71273#p71273</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71273#p71273"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71273#p71273"><![CDATA[
Thanks, user.. works like a charm.<br><br>What can I say about you.. theres NO question which you can't answer. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>JD<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Mar 15, 2007 10:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-03-12T22:40:32-04:00</updated>

		<published>2007-03-12T22:40:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71201#p71201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71201#p71201"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71201#p71201"><![CDATA[
.console +v<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Mar 12, 2007 10:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-12T20:51:23-04:00</updated>

		<published>2007-03-12T20:51:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71199#p71199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71199#p71199"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71199#p71199"><![CDATA[
Hi!<br><br>Umm thanks for the reply. I do know about puthelp since it is the slowest queue possible, however I just use putserv normally. Anyway I was looking if possibly I could view the queue, guess that seems unrealistic and impossible, only unless if the source code is modified.<br><br>Anyway thanks for your reply. Yeah, the only thing left is to use timers now, so the commands on connect and bot join can be delayed.<br><br>JD<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Mar 12, 2007 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-12T12:04:53-04:00</updated>

		<published>2007-03-12T12:04:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71189#p71189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71189#p71189"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71189#p71189"><![CDATA[
Follow up:<br><blockquote class="uncited"><div>queuesize [queue] <br>Returns: the number of messages in all queues. If a queue is specified, only the size of this queue is returned. Valid queues are: mode, server, help.<br>Module: server<br><br>clearqueue &lt;queue&gt; <br>Description: removes all messages from a queue. Valid arguments are: mode, server, help, or all.<br>Returns: the number of deleted lines from the specified queue.<br>Module: server</div></blockquote>These are the only two commands I found regarding the queue. 'clearqueue' will only clear the respective queue and 'queuesize' will only display the size of the respective queue.<br><br>JD<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Mar 12, 2007 12:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-12T12:02:16-04:00</updated>

		<published>2007-03-12T12:02:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71188#p71188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71188#p71188"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71188#p71188"><![CDATA[
Hi!<br><br>Just here with a little problem. My eggdrop bot is like a multi-tasking eggdrop. Has alot of tcls inside and some of them activate when the bot connects to the server, after identifying to NickServ on DALnet.<br><blockquote class="uncited"><div>&lt;adapter&gt; [10:54] -NickServ (<a href="mailto:service@dal.net">service@dal.net</a>)- Password accepted for adapter.<br>&lt;adapter&gt; [10:54] adapter joined #awyeah.<br>&lt;adapter&gt; [10:54] #awyeah: mode change '+o adapter' by ChanServ!<a href="mailto:service@dal.net">service@dal.net</a><br>&lt;adapter&gt; [10:55] @#awyeah (+tn) : [m/32 o/26 h/0 v/6 n/0 b/0 e/- I/-]<br>&lt;adapter&gt; [10:55] Warning: over maximum server queue!<br>&lt;awyeah&gt; .tcl queuesize<br>&lt;adapter&gt; Tcl: 300</div></blockquote>After connecting to a server it gives me this warning:<br>&lt;adapter&gt; [10:55] Warning: over maximum server queue!<br><br>The maximum server queue is 300 I suppose as I checked. I was wondering is there anyway to check the listings of the queue? is there anyway to do that? (as to what is in the queue), so I can have an idea as to what can be removed in the queue to prevent this warning from occuring everytime the bot connects to the server.<br><br>Thanks!<br><br>All help is appreciated..<br>JD<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Mar 12, 2007 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-12T10:27:50-04:00</updated>

		<published>2007-03-12T10:27:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71194#p71194</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71194#p71194"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71194#p71194"><![CDATA[
Might also help to use puthelp instead of putserv or putquick, if you're using those commands. puthelp uses a slower queue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Mar 12, 2007 10:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-12T10:26:14-04:00</updated>

		<published>2007-03-12T10:26:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71193#p71193</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71193#p71193"/>
		<title type="html"><![CDATA[Warning: over maximum server queue!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71193#p71193"><![CDATA[
I would use either timers for sending whatever you need to send, or event-driven responses, meaning, when you see a particular response from the server, then send the next bit of commands, when you get a response from that command, send the next, etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Mar 12, 2007 10:26 am</p><hr />
]]></content>
	</entry>
	</feed>
