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

	<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-02-10T18:31:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-10T18:31:30-04:00</updated>

		<published>2005-02-10T18:31:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46501#p46501</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46501#p46501"/>
		<title type="html"><![CDATA[remove { } chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46501#p46501"><![CDATA[
if you use the variable name "$args", you might want to select a diffrent name. this might already help without further edits.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Feb 10, 2005 6:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-02-10T13:35:50-04:00</updated>

		<published>2005-02-10T13:35:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46492#p46492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46492#p46492"/>
		<title type="html"><![CDATA[remove { } chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46492#p46492"><![CDATA[
It sounds like it's stored as a list, use <a href="http://tcl.tk/man/tcl8.5/TclCmd/join.htm" class="postlink">join</a> to convert it back to a  string (and get rid of the braces).<br><br>ex:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $channel :[join $text]"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Thu Feb 10, 2005 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mystery-X]]></name></author>
		<updated>2005-02-10T13:27:27-04:00</updated>

		<published>2005-02-10T13:27:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46491#p46491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46491#p46491"/>
		<title type="html"><![CDATA[remove { } chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46491#p46491"><![CDATA[
I've got the problem when i'm using my tcl that when there are 2 arguments that my tcl adds { } around them.<br>For example<br>!find cool guy then he returns {cool guy}<br>How can i fix this or prevent this?<br><br>Greetz Mystery-X<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4873">Mystery-X</a> — Thu Feb 10, 2005 1:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
