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

	<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>2009-09-17T14:10:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-09-17T14:10:57-04:00</updated>

		<published>2009-09-17T14:10:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90279#p90279</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90279#p90279"/>
		<title type="html"><![CDATA[chanlist doesn't work on join event]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90279#p90279"><![CDATA[
try bind the raw event of the /names or /who reply from the channel, since it takes a while for it to show on the dcc party line, eggdrop should request this information when it first joins the channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Thu Sep 17, 2009 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[boehmi]]></name></author>
		<updated>2009-09-17T13:25:52-04:00</updated>

		<published>2009-09-17T13:25:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90278#p90278</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90278#p90278"/>
		<title type="html"><![CDATA[chanlist doesn't work on join event]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90278#p90278"><![CDATA[
No, thats not the task.. it was just an example <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>We have an authorization-system and the bot is part of it.<br>If he restarts for any reason, he just shall kill all users in the channel, so they have to reconnect und re-auth with the bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10592">boehmi</a> — Thu Sep 17, 2009 1:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-09-17T13:18:03-04:00</updated>

		<published>2009-09-17T13:18:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90277#p90277</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90277#p90277"/>
		<title type="html"><![CDATA[chanlist doesn't work on join event]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90277#p90277"><![CDATA[
Not that I know of, other than ensuring resources are not wasted on extensive pointless tasks. I think you will need an expert on the inner working of eggdrop to give a definitive answer though.<br><br>If all you are doing is logging the channel numbers in the partyline, I wouldn't have thought it warranted any sort of special effort.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu Sep 17, 2009 1:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[boehmi]]></name></author>
		<updated>2009-09-17T12:58:51-04:00</updated>

		<published>2009-09-17T12:58:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90276#p90276</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90276#p90276"/>
		<title type="html"><![CDATA[chanlist doesn't work on join event]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90276#p90276"><![CDATA[
Thank you... it works with a 10 seconds timer<br>Is there a possibility to quicken the update?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10592">boehmi</a> — Thu Sep 17, 2009 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-09-17T12:51:10-04:00</updated>

		<published>2009-09-17T12:51:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90275#p90275</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90275#p90275"/>
		<title type="html"><![CDATA[chanlist doesn't work on join event]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90275#p90275"><![CDATA[
A join bind triggers immediately a user joins one of the bots channels and therefore does not give time for the bot to update a chanlist for the channel.<br><br>You could use a utimer within the join binds's proc which calls a second user defined proc in a few seconds, thus giving time for the chanlist to be updated. One second is not really enough. Then use your chanlist code in the second proc. You will also have to pass all the other arguments you need from the join bind proc to the second user defined proc.<br><br>The exact same thing happens when testing to see if a nick that newly joined the channel has op status. The join bind would not give time for channel services to op nick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu Sep 17, 2009 12:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[boehmi]]></name></author>
		<updated>2009-09-17T12:11:37-04:00</updated>

		<published>2009-09-17T12:11:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90272#p90272</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90272#p90272"/>
		<title type="html"><![CDATA[chanlist doesn't work on join event]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90272#p90272"><![CDATA[
Hi there,<br><br>my problem is, that <br><div class="codebox"><p>Code: </p><pre><code>set users [chanlist $channel]putlog [llength $users]</code></pre></div>shows zero, when it's called in the join-bind procedure of the bot's join.<br><br>Even a utimer of 1 second, called in the join-handler procedure doesn't work<br><br>What can i do ?<br><br>Thanks for your help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10592">boehmi</a> — Thu Sep 17, 2009 12:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
