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

	<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-02-24T06:13:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-24T06:13:27-04:00</updated>

		<published>2003-02-24T06:13:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17004#p17004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17004#p17004"/>
		<title type="html"><![CDATA[Author replies finally]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17004#p17004"><![CDATA[
Fixed the script on help.quakenet.org<br><br>thanks for contacting me... those of you who are bold &amp; adventurous can check <a href="http://cmouse.quakenet.org/progs/tcl" class="postlink">http://cmouse.quakenet.org/progs/tcl</a> for some more-or-less working scripts. I am not quanteering that any of those, except bnsystem.tar.gz work. Have fun, and once again thanks for contacting me.<p>Statistics: Posted by Guest — Mon Feb 24, 2003 6:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-23T19:04:21-04:00</updated>

		<published>2003-02-23T19:04:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16991#p16991</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16991#p16991"/>
		<title type="html"><![CDATA[Tcl error - list element ... instead of space]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16991#p16991"><![CDATA[
Simple fix.<br><br>Download and edit the file, find the line "proc handle_lamer" and delete the line below it "set text [join $text]"<br><br>That will take your troubles away<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Feb 23, 2003 7:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-02-23T18:56:43-04:00</updated>

		<published>2003-02-23T18:56:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16990#p16990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16990#p16990"/>
		<title type="html"><![CDATA[ok]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16990#p16990"><![CDATA[
i have found a exact quote for the error<div class="codebox"><p>Code: </p><pre><code>[23:18:28] &lt;nickdeleted&gt; die "high"lvl monster leben bischen länger als 5 secs</code></pre></div><div class="codebox"><p>Code: </p><pre><code>[23:18:28] &lt;botname&gt; [23:18] Tcl error [handle_lamer]: list element in quotes followed by "lvl" instead of space</code></pre></div>seems "" is making troubles... any idea?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Feb 23, 2003 6:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-02-20T13:43:17-04:00</updated>

		<published>2003-02-20T13:43:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16825#p16825</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16825#p16825"/>
		<title type="html"><![CDATA[Tcl error - list element ... instead of space]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16825#p16825"><![CDATA[
i read the FAQ bepending on that, but in this script split is already used probably... i think<div class="codebox"><p>Code: </p><pre><code>...set nick [split $nick !]set nick [lindex $nick 0]set text [split $text]set chan [lindex $text 0]...set text [lrange $text 1 end]</code></pre></div>these are the only lines i can find,<br><br>its a well known script lamer.tcl from help.quakenet.org. the exact error msg is<div class="codebox"><p>Code: </p><pre><code>Tcl error [handle_lamer]: list element in braces followed by "" instead of space</code></pre></div>so is this unfixable? because its bound to RAW i would like to rewrite it a bit to bind it to pubm so chan and nick would be already "splitted". could this already could fix all problems? and could i leave the rest of the code as it is?<br><br>PS: i know that set nick [split $nick !] and set nick [lindex $nick 0] could be written as set nick [lindex [split $nick !] 0], but i posted the originally unmodified code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Feb 20, 2003 1:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
