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

	<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>2006-09-07T23:00:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spijon]]></name></author>
		<updated>2006-09-07T22:59:07-04:00</updated>

		<published>2006-09-07T22:59:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66190#p66190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66190#p66190"/>
		<title type="html"><![CDATA[timed join/part ? [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66190#p66190"><![CDATA[
Works great!<br><br>My bad .. i diddent add the chan in the eggdrop <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br><br>Thanks guys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8142">spijon</a> — Thu Sep 07, 2006 10:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-09-07T13:58:41-04:00</updated>

		<published>2006-09-07T13:58:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66176#p66176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66176#p66176"/>
		<title type="html"><![CDATA[timed join/part ? [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66176#p66176"><![CDATA[
Could you verify that the binding has been triggered?<br>(type ".bind time" in dcc-chat as owner, should list both bindings. Please check the "hits"-column for each binding - Should read a number greater than 0).<br><br>Also, <strong class="text-strong">De Kus</strong>' code assumes that channel <em class="text-italics">#channel</em> has already been added to your bot. Make sure it is.. (of course, you'll have to change <em class="text-italics">#channel</em> to whatever the name of your channel is)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Sep 07, 2006 1:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spijon]]></name></author>
		<updated>2006-09-07T12:15:24-04:00</updated>

		<published>2006-09-07T12:15:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66173#p66173</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66173#p66173"/>
		<title type="html"><![CDATA[timed join/part ? [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66173#p66173"><![CDATA[
Hmm i tryed it but nothing happens..<br><br>I've tryed to theck the timezone set the channel on the eggdrop and the script {h min d m y} insteed of the {min h d y} but stille nothing?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8142">spijon</a> — Thu Sep 07, 2006 12:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spijon]]></name></author>
		<updated>2006-09-06T03:05:05-04:00</updated>

		<published>2006-09-06T03:05:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66150#p66150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66150#p66150"/>
		<title type="html"><![CDATA[timed join/part ? [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66150#p66150"><![CDATA[
Thanks De Kus <br><br>I will theck it out later<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8142">spijon</a> — Wed Sep 06, 2006 3:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-09-05T19:12:30-04:00</updated>

		<published>2006-09-05T19:12:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66143#p66143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66143#p66143"/>
		<title type="html"><![CDATA[timed join/part ? [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66143#p66143"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time -|- {00 00*} activatechannelbind time -|- {00 10*} deactivatechannelproc activatechannel {min h d m y} {   channel set #channel -inactive}proc deactivatechannel {min h d m y} {   channel set #channel +inactive}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Sep 05, 2006 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spijon]]></name></author>
		<updated>2006-09-07T23:00:10-04:00</updated>

		<published>2006-09-05T12:40:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66138#p66138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66138#p66138"/>
		<title type="html"><![CDATA[timed join/part ? [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66138#p66138"><![CDATA[
Hey guys!<br><br>Im looking for a script that makes a bot join a channel at like 24:00 and part 10:00 aclock?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8142">spijon</a> — Tue Sep 05, 2006 12:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
