<?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/5937" />

	<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>2005-05-14T14:43:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SiNLeSs]]></name></author>
		<updated>2005-05-14T14:43:00-04:00</updated>

		<published>2005-05-14T14:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49464#p49464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49464#p49464"/>
		<title type="html"><![CDATA[sendq exceeded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49464#p49464"><![CDATA[
Can I edit out the /who anywhere?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6227">SiNLeSs</a> — Sat May 14, 2005 2:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-14T03:35:44-04:00</updated>

		<published>2005-05-14T03:35:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49453#p49453</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49453#p49453"/>
		<title type="html"><![CDATA[sendq exceeded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49453#p49453"><![CDATA[
<blockquote class="uncited"><div>Is it possible to just ignore the /who altogether? Or atleast ignore the server commands being sent to you?</div></blockquote>ignoried things will still get send to you ^-^. If you prevented packets to be send to you, you would have invented the ultimate firewall <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">.<br>the only thing you could try to increase the receive buffer of your server connection. I don't know much about it, I just know that there is one ^-^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat May 14, 2005 3:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SiNLeSs]]></name></author>
		<updated>2005-05-14T00:44:20-04:00</updated>

		<published>2005-05-14T00:44:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49451#p49451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49451#p49451"/>
		<title type="html"><![CDATA[sendq exceeded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49451#p49451"><![CDATA[
Is it possible to just ignore the /who altogether? Or atleast ignore the server commands being sent to you?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6227">SiNLeSs</a> — Sat May 14, 2005 12:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-08-02T08:37:52-04:00</updated>

		<published>2004-08-02T08:37:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39365#p39365</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39365#p39365"/>
		<title type="html"><![CDATA[sendq exceeded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39365#p39365"><![CDATA[
That will work for all channels:<br><div class="codebox"><p>Code: </p><pre><code>## Delay Join ##if {[string match *raw:irc:join* [binds]]} then {  unbind raw - JOIN *raw:irc:join}bind raw - JOIN join:delayproc join:delay { bname handle channel } {  global botname  if {($bname == $botname) &amp;&amp; [string match *[string range $channel 1 end]* [channels]]} then {    putloglev d * "Delaying WHO: [string range $channel 1 end]"    utimer 10 [list resetchan [string range $channel 1 end]]  } else {    *raw:irc:join $bname $handle $channel  }} ;# join:delay## Delay Join</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Mon Aug 02, 2004 8:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[masterstanf2k]]></name></author>
		<updated>2004-05-09T12:02:16-04:00</updated>

		<published>2004-05-09T12:02:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36229#p36229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36229#p36229"/>
		<title type="html"><![CDATA[sendq exceeded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36229#p36229"><![CDATA[
how do I do mutiple channels??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3942">masterstanf2k</a> — Sun May 09, 2004 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-26T20:18:30-04:00</updated>

		<published>2003-10-26T20:18:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29044#p29044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29044#p29044"/>
		<title type="html"><![CDATA[Re: sendq exceeded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29044#p29044"><![CDATA[
<blockquote class="uncited"><div>If not is it possible to put a timer in the source to execute this /who later and not exactly when the bot joins the channel?</div></blockquote>You're correct about the eggdrop doing a /WHO #chan upon joining a new channel. It also does a /MODE #chan (+b/e/I depending on your net-type). Changing this will lead to some strange behaviour while waiting to perform these commands, but feel free to try this code if you dare <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><div class="codebox"><p>Code: </p><pre><code># the channel name must be in all lowercase:set whodelay(chan) #yourchan# delay (after joining the channel)set whodelay(delay) 20unbind raw - JOIN *raw:irc:joinbind raw - JOIN whodelayproc whodelay {f k a} {if {$f==$::botname &amp;&amp; $::whodelay(chan)==[string tolower [string range $a 1 end]]} {utimer $::whodelay(delay) [list resetchan [string range $a 1 end]]return 1} {*raw:irc:join $f $k $a}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Sun Oct 26, 2003 8:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-26T19:14:05-04:00</updated>

		<published>2003-10-26T19:14:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29040#p29040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29040#p29040"/>
		<title type="html"><![CDATA[sendq exceeded]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29040#p29040"><![CDATA[
Lo!<br><br>I got a problem. My eggdrop always gets disconnected from server with the reason "max sendq exceeded" when it joins the channel (&gt; 1000 users). I think the reason is that it's sending a /who when its joining the chan.<br>Does anybody have any other conception?<br><br>If not is it possible to put a timer in the source to execute this /who later and not exactly when the bot joins the channel?<br><br>Thanks for you help<p>Statistics: Posted by Guest — Sun Oct 26, 2003 7:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
