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

	<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-08-07T10:19:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-08-07T10:19:22-04:00</updated>

		<published>2005-08-07T10:19:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53801#p53801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53801#p53801"/>
		<title type="html"><![CDATA[Help us to help you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53801#p53801"><![CDATA[
great suggestions<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Aug 07, 2005 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-06T01:08:43-04:00</updated>

		<published>2005-08-06T01:08:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53745#p53745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53745#p53745"/>
		<title type="html"><![CDATA[Help us to help you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53745#p53745"><![CDATA[
(this or something like this should be a sticky topic, but that's up to the moderators to decide)<br><br>Folks, before asking for help with Tcl errors in your or other people's scripts, please make sure you've done the following:<ul><li>have your <strong class="text-strong">.tcl</strong> and <strong class="text-strong">.set</strong> commands enabled, meaning that you need to open your config and comment out (or remove) the following lines:<br><em class="text-italics">unbind dcc n tcl *dcc:tcl<br>unbind dcc n set *dcc:set</em><br>then save config and restart the bot</li><li>have full backtrace of the error; that means upon receiving Tcl error (you must be logged in), immediately type <strong class="text-strong">.set errorInfo</strong> and save the output</li><li>if the bot replies with `What? You need .help', you need to enable command <em class="text-italics">.set</em> (see above)</li><li>when posting code, use <em class="text-italics">code</em> tag, not <em class="text-italics">quote</em>; the code should be indented nicely, making it easier to read and understand, for example use:<div class="codebox"><p>Code: </p><pre><code>foreach foo $bar {   if {$foo == "moo"} {      #do something   }}</code></pre></div>and not:<div class="codebox"><p>Code: </p><pre><code>foreach foo $bar {if {$foo == "moo"} {#do something}}</code></pre></div></li><li>when testing a script, try to run that script only, get rid temporarily of all others, commenting them out in the config (don't forget to restart); it helps in narrowing the possible causes for problems, since there are no other scripts to possibly interfere with the script you are testing</li></ul><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Aug 06, 2005 1:08 am</p><hr />
]]></content>
	</entry>
	</feed>
