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

	<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-03-25T12:56:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dropman]]></name></author>
		<updated>2003-03-25T12:56:47-04:00</updated>

		<published>2003-03-25T12:56:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18234#p18234</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18234#p18234"/>
		<title type="html"><![CDATA[bot quits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18234#p18234"><![CDATA[
Can aomeone explain what every line in this script does ?<br>thanx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2891">dropman</a> — Tue Mar 25, 2003 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-25T08:21:21-04:00</updated>

		<published>2003-03-25T08:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18225#p18225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18225#p18225"/>
		<title type="html"><![CDATA[bot quits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18225#p18225"><![CDATA[
You might want to use<div class="codebox"><p>Code: </p><pre><code>if {[catch {source &lt;name of the old config&gt;} err]} {   putlog "Error parsing config file: $err"   if {![info exists _start]} {    die "Can't continue, fatal error"  }} else {   return $err }set _start ""</code></pre></div>This will allow a rehash to work correctly, but prevent the bot from starting on initialisation.<br><br>That way, even if your bot does get on IRC, settings that mat cause potential error, can't be of issue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Mar 25, 2003 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-03-25T07:51:52-04:00</updated>

		<published>2003-03-25T07:51:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18222#p18222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18222#p18222"/>
		<title type="html"><![CDATA[bot quits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18222#p18222"><![CDATA[
Make a new config that contains:<br><div class="codebox"><p>Code: </p><pre><code>if {[catch {source &lt;name of the old config&gt;} err]} {  putlog "Error parsing config file: $err"} else {  return $err}</code></pre></div>...it'll make the bot survive a .rehash but if you've got errors when starting the bot for the first time it might not even get on irc depending on where/what the error is.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Mar 25, 2003 7:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-24T15:29:35-04:00</updated>

		<published>2003-03-24T15:29:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18200#p18200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18200#p18200"/>
		<title type="html"><![CDATA[bot quits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18200#p18200"><![CDATA[
There is no option for this.<br><br>Errors in the config file are terminal, and because Tcl doesn't parse any more after the error, eggdrop is stuck and has to exit.<br><br>I sugest downloading a copy to your local computer, and testing the config file, before putting it into production.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Mar 24, 2003 3:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dropman]]></name></author>
		<updated>2003-03-24T13:08:28-04:00</updated>

		<published>2003-03-24T13:08:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18189#p18189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18189#p18189"/>
		<title type="html"><![CDATA[bot quits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18189#p18189"><![CDATA[
Problem: I have windrop not on my pc running, and i have only ftp access to pc where the bot sits (it's windrop). So when i make mistake in may config file and upload it, after .rehash bot quits because there is some stupid error in config file, and i need to ask owner of pc where my bot is to run the bot manually. Maybe in windrop there are some settings to make bot only inform me that ther is an error in configa file, not quitting from irc  <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=2891">dropman</a> — Mon Mar 24, 2003 1:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
