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

	<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-11T23:50:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-05-11T23:50:50-04:00</updated>

		<published>2005-05-11T23:50:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49389#p49389</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49389#p49389"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49389#p49389"><![CDATA[
my fault was a copy n paste error my be. Just here in the code....<br><br>Could u do me a favor and see if it works for you ?<br><br>I have no idea what's causing this problem.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Wed May 11, 2005 11:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-11T22:34:00-04:00</updated>

		<published>2005-05-11T22:34:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49388#p49388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49388#p49388"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49388#p49388"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server dieproc proc dieproc { } {         timer 60 {die "Bot restarting"} }</code></pre></div>Notice the end closing brace?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 11, 2005 10:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-05-11T21:44:48-04:00</updated>

		<published>2005-05-11T21:44:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49385#p49385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49385#p49385"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49385#p49385"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server dieproc proc dieproc { } {         timer 1 {die "Bot restarting"} </code></pre></div>Although the tcl is loaded the bot doesnt die.  I'm testing atm, didnt try the restart yet.</div></blockquote><br>I mean the last part, I understand it would die after a minute. But it just doesnt seem to work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Wed May 11, 2005 9:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-11T21:36:43-04:00</updated>

		<published>2005-05-11T21:36:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49384#p49384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49384#p49384"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49384#p49384"><![CDATA[
Wrong!<div class="codebox"><p>Code: </p><pre><code>timer 1 {die "Bot restarting"} </code></pre></div>Right:<div class="codebox"><p>Code: </p><pre><code>timer 60 {die "Bot restarting"} </code></pre></div>1   = 60 seconds<br>60 = 60 minutes<br><br>Try <em class="text-italics">reading</em> what ^DooM^ has posted. Can't be too difficult, surely!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 11, 2005 9:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-05-11T12:21:23-04:00</updated>

		<published>2005-05-11T12:21:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49376#p49376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49376#p49376"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49376#p49376"><![CDATA[
Anyone who know the answer ? I can't get it to work...<br><br>My fault ?<br><br>Tia <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Wed May 11, 2005 12:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-05-10T23:00:07-04:00</updated>

		<published>2005-05-10T23:00:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49353#p49353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49353#p49353"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49353#p49353"><![CDATA[
<blockquote class="uncited"><div>How do you mean when it is set too one? if you set that timer too 1 instead of sixtey the bot will die a minute after joining a server.</div></blockquote>i mean 1 hours <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Tue May 10, 2005 11:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-05-10T18:04:44-04:00</updated>

		<published>2005-05-10T18:04:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49344#p49344</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49344#p49344"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49344#p49344"><![CDATA[
yeah exactly,<br><br>I have the same problem with a regged version.<br> I added this in a *.tcl<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server dieproc proc dieproc { } {         timer 1 {die "Bot restarting"} </code></pre></div>Although the tcl is loaded the bot doesnt die.  I'm testing atm, didnt try the restart yet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Tue May 10, 2005 6:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-05-10T17:58:57-04:00</updated>

		<published>2005-05-10T17:58:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49341#p49341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49341#p49341"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49341#p49341"><![CDATA[
How do you mean when it is set too one? if you set that timer too 1 instead of sixtey the bot will die a minute after joining a server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue May 10, 2005 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-05-10T17:54:02-04:00</updated>

		<published>2005-05-10T17:54:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49338#p49338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49338#p49338"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49338#p49338"><![CDATA[
<blockquote class="uncited"><div>that script should kill your bot on the hour every hour. not an hour after its been started. if you want it to be an hour from start use this code instead.<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server dieprocproc dieproc { } {        timer 60 {die "Bot restarting"}} </code></pre></div></div></blockquote>should it work when the timer is set to one ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Tue May 10, 2005 5:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-19T09:00:13-04:00</updated>

		<published>2005-03-19T09:00:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47937#p47937</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47937#p47937"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47937#p47937"><![CDATA[
it seem the same every hours vs 1 hours <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> but the problem don't know why it not work with my eggdrop <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> , ok i will try the new command <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Sat Mar 19, 2005 9:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-03-19T07:01:22-04:00</updated>

		<published>2005-03-19T07:01:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47931#p47931</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47931#p47931"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47931#p47931"><![CDATA[
that script should kill your bot on the hour every hour. not an hour after its been started. if you want it to be an hour from start use this code instead.<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server dieprocproc dieproc { } {        timer 60 {die "Bot restarting"}} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sat Mar 19, 2005 7:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-19T06:19:45-04:00</updated>

		<published>2005-03-19T06:19:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47927#p47927</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47927#p47927"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47927#p47927"><![CDATA[
yes it got <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Sat Mar 19, 2005 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-03-19T06:05:32-04:00</updated>

		<published>2005-03-19T06:05:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47926#p47926</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47926#p47926"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47926#p47926"><![CDATA[
is the script loaded? type <div class="codebox"><p>Code: </p><pre><code>.binds</code></pre></div> in dcc and see if there is a time bind for dieproc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sat Mar 19, 2005 6:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-19T03:52:51-04:00</updated>

		<published>2005-03-19T03:52:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47920#p47920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47920#p47920"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47920#p47920"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>18550  ??  S      0:01.28 ./eggdrop eggdrop.conf (eggdrop-1.6.15)</code></pre></div>is this mean my bot online 1 hours and 28 minutes ?<br><br>but when i whois my bot in irc i saw<div class="codebox"><p>Code: </p><pre><code>khmer has been idle 8secs, signed on Sat Mar 19 14:19:13while time now [15:19:46] ( in irc )18550  ??  S      0:01.95 ./eggdrop eggdrop.conf (eggdrop-1.6.15) ( in shell )</code></pre></div>and it not kill the bot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Sat Mar 19, 2005 3:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-18T21:47:58-04:00</updated>

		<published>2005-03-18T21:47:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47900#p47900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47900#p47900"/>
		<title type="html"><![CDATA[can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47900#p47900"><![CDATA[
tell you the truth i'm using nerfbendr trivia script ( unregister version ) and when it ask about 100 question it will hang up after i kill and bring back it will work as normal and i decide to kill it every 1 hours or 2 hours make sure it kill and back and then trivia will keep working forever ,<br><br>any suggestion beside this ? i'm not sure every person who run that script have same problem as me or just only me , and if only me what the reason ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Fri Mar 18, 2005 9:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
