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

	<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>2004-11-23T12:47:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-23T12:47:23-04:00</updated>

		<published>2004-11-23T12:47:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43039#p43039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43039#p43039"/>
		<title type="html"><![CDATA[Re: try this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43039#p43039"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind evnt - disconnect-server {restart;#}</code></pre></div>...or fix your other scripts <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>nice args elemination <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Nov 23, 2004 12:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-11-22T12:15:35-04:00</updated>

		<published>2004-11-22T12:15:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42985#p42985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42985#p42985"/>
		<title type="html"><![CDATA[Thanks user reserved]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42985#p42985"><![CDATA[
Thanks, <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> simple but works great<p>Statistics: Posted by Guest — Mon Nov 22, 2004 12:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-11-22T11:44:28-04:00</updated>

		<published>2004-11-22T11:44:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42983#p42983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42983#p42983"/>
		<title type="html"><![CDATA[try this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42983#p42983"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind evnt - disconnect-server {restart;#}</code></pre></div>...or fix your other scripts <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=2878">user</a> — Mon Nov 22, 2004 11:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-11-22T11:37:36-04:00</updated>

		<published>2004-11-22T11:37:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42982#p42982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42982#p42982"/>
		<title type="html"><![CDATA[When bot gets killed it restarts]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42982#p42982"><![CDATA[
Sounds like what you need is to edit your <a href="http://www.egghelp.org/setup.htm#botchk" class="postlink">autobotchk/botchk file</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Mon Nov 22, 2004 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-11-22T05:31:46-04:00</updated>

		<published>2004-11-22T05:31:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42968#p42968</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42968#p42968"/>
		<title type="html"><![CDATA[When bot gets killed it restarts]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42968#p42968"><![CDATA[
Hey<br>This may sounds strange but its the way i want things to happen,<br>when/if the bots disconnects/killed it "Restarts"<br>i need this to happen because its running a few timers, like nick change timers so that it can connect as its nick is restricted until it opers. so if it gets killed it doesnt restart the timers, so it doesnt nick change, so the server says "invalid nick". all i need is a small script that basicly restarts the bot if killed or disconnected from the server. My tcling isn't very good so i would appreciate it if someone could help. Thanks guys<p>Statistics: Posted by Guest — Mon Nov 22, 2004 5:31 am</p><hr />
]]></content>
	</entry>
	</feed>
