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

	<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>2003-04-30T13:46:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-04-30T13:46:56-04:00</updated>

		<published>2003-04-30T13:46:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19673#p19673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19673#p19673"/>
		<title type="html"><![CDATA[auto restart]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19673#p19673"><![CDATA[
oops sorry it works  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Wed Apr 30, 2003 1:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-30T06:03:28-04:00</updated>

		<published>2003-04-30T06:03:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19665#p19665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19665#p19665"/>
		<title type="html"><![CDATA[auto restart]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19665#p19665"><![CDATA[
What errors if any, does it give in the partyline?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Apr 30, 2003 6:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-04-30T05:59:36-04:00</updated>

		<published>2003-04-30T05:59:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19664#p19664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19664#p19664"/>
		<title type="html"><![CDATA[auto restart]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19664#p19664"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - "*" auto:restart proc auto:restart {min hour args} {if {($min == "01") &amp;&amp; ($hour == "01")} {putquick "PART #hellas :Restarting due to data flood."restart }if {($min == "01") &amp;&amp; ($hour == "13")} {putquick "PART #hellas :Restarting due to data flood."restart }}</code></pre></div>it doesn't restart  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Wed Apr 30, 2003 5:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-28T09:46:08-04:00</updated>

		<published>2003-04-28T09:46:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19563#p19563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19563#p19563"/>
		<title type="html"><![CDATA[auto restart]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19563#p19563"><![CDATA[
Depending on what there this is to run, you have one fo two ways.<br><br>Run a cron job (see botchk and autobotchk).<br><br>Or<div class="codebox"><p>Code: </p><pre><code>bind time - "*" auto:restartproc auto:restart {m h args} {  if {($min == "01") &amp;&amp; ($hour == "01")} {    #only run at 1:01am. It's usualy a little quieter ont he system then    restart  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Apr 28, 2003 9:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-04-28T09:40:56-04:00</updated>

		<published>2003-04-28T09:40:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19561#p19561</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19561#p19561"/>
		<title type="html"><![CDATA[auto restart]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19561#p19561"><![CDATA[
could someone make a simple tcl script for me that will restart the bot every 24 hours?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Mon Apr 28, 2003 9:40 am</p><hr />
]]></content>
	</entry>
	</feed>
