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

	<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>2007-10-10T13:17:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-10-10T13:17:52-04:00</updated>

		<published>2007-10-10T13:17:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76570#p76570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76570#p76570"/>
		<title type="html"><![CDATA[Script Code Error: I Cant Find What Is Wrong. Please Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76570#p76570"><![CDATA[
Just for your future reference, to load scripts without them crashing the bot, and get more useful debug info:<br><br><a href="http://forum.egghelp.org/viewtopic.php?p=63899#63899" class="postlink">http://forum.egghelp.org/viewtopic.php?p=63899#63899</a><br><br><a href="http://forum.egghelp.org/viewtopic.php?t=10215" class="postlink">http://forum.egghelp.org/viewtopic.php?t=10215</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Oct 10, 2007 1:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stupidman]]></name></author>
		<updated>2007-10-09T16:27:22-04:00</updated>

		<published>2007-10-09T16:27:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76543#p76543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76543#p76543"/>
		<title type="html"><![CDATA[I got it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76543#p76543"><![CDATA[
I got it to work thanks alot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9303">Stupidman</a> — Tue Oct 09, 2007 4:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stupidman]]></name></author>
		<updated>2007-10-09T16:10:54-04:00</updated>

		<published>2007-10-09T16:10:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76541#p76541</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76541#p76541"/>
		<title type="html"><![CDATA[hi nml]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76541#p76541"><![CDATA[
hi nml, im sorry<br><br>[13:07] Tcl error in file 'strict.conf':<br>[13:07] wrong # args: should be "proc name args body"<br>    while executing<br>"proc m:chan {nick uhost hand chan text} "<br>    (file "scripts/file.tcl" line 91)<br>    invoked from within<br>"source scripts/file.tcl"<br>    (file "strict.conf" line 195)<br>[13:07] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>but i did take away the thing you told me and now its fine except this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9303">Stupidman</a> — Tue Oct 09, 2007 4:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-10-09T15:58:29-04:00</updated>

		<published>2007-10-09T15:58:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76539#p76539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76539#p76539"/>
		<title type="html"><![CDATA[Script Code Error: I Cant Find What Is Wrong. Please Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76539#p76539"><![CDATA[
Some kind of explanation of the problem would be nice...<br><br>However, one issue that's easy to see, is that you've messed up the binding, by putting a { at the end... It should not be there...<br><br>Edit:<br>Also, you cannot use C-style indenting as tcl is newline terminated. Structures such as below will not work simply because the commandline is terminated prematurely:<div class="codebox"><p>Code: </p><pre><code>command param1 param2 {param 3 with spaces}{param4}</code></pre></div>This will be interpreted as two separate commandlines.<br>In this example, proper code would be:<div class="codebox"><p>Code: </p><pre><code>command param1 param2 {param 3 with spaces} {param4}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Oct 09, 2007 3:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stupidman]]></name></author>
		<updated>2007-10-09T15:47:35-04:00</updated>

		<published>2007-10-09T15:47:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76538#p76538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76538#p76538"/>
		<title type="html"><![CDATA[Script Code Error: I Cant Find What Is Wrong. Please Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76538#p76538"><![CDATA[
<a href="http://pastebin.com/m5c82b9f" class="postlink">http://pastebin.com/m5c82b9f</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9303">Stupidman</a> — Tue Oct 09, 2007 3:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
