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

	<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>2006-06-15T14:01:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-06-15T14:01:51-04:00</updated>

		<published>2006-06-15T14:01:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64049#p64049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64049#p64049"/>
		<title type="html"><![CDATA[Delete some characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64049#p64049"><![CDATA[
OK, I made a mistake. In the nick I used there were other escape characters like "[" and "]". I deleted them with string map, too, because otherwise the "{" and the "}" would not be deleted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Thu Jun 15, 2006 2:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-06-15T12:31:17-04:00</updated>

		<published>2006-06-15T12:31:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64046#p64046</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64046#p64046"/>
		<title type="html"><![CDATA[Delete some characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64046#p64046"><![CDATA[
<blockquote class="uncited"><div><strong class="text-strong">Tclsh8.4</strong>:<br>% set foo -{SFR}-Nick123<br>-{SFR}-Nick123<br>% set foo [string map {\{ "" \} ""} $foo]<br>-SFR-Nick123<br>%</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jun 15, 2006 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-06-15T10:34:48-04:00</updated>

		<published>2006-06-15T10:34:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64041#p64041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64041#p64041"/>
		<title type="html"><![CDATA[Delete some characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64041#p64041"><![CDATA[
OK, thank you, it works, but there is a problem. If there are numbers in the name, my bot does not delete the "{" and the "}". For example: if the nick is "-{SFR}-Nick123", my bot should save this nick in this way: "-SFR-Nick123", but it does not delete the "{" and the "}". This problem only appears if there are numbers in the name. Can anyone help me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Thu Jun 15, 2006 10:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-06-13T11:48:35-04:00</updated>

		<published>2006-06-13T11:48:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63986#p63986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63986#p63986"/>
		<title type="html"><![CDATA[Delete some characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63986#p63986"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set nick [string map {\{ "" \} ""} $nick]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jun 13, 2006 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-06-13T10:57:34-04:00</updated>

		<published>2006-06-13T10:57:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63982#p63982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63982#p63982"/>
		<title type="html"><![CDATA[Delete some characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63982#p63982"><![CDATA[
Hello!<br>I have a script that stores some names in a textfile. Is it possible that special characters will be deleted before it is stored in the file?<br>For example my bot should save this name: "-{SFR}-Nick" but it should delete the "{" and "}" so that in the textfile there is only "-SFR-Nick".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Tue Jun 13, 2006 10:57 am</p><hr />
]]></content>
	</entry>
	</feed>
