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

	<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>2008-01-25T14:22:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-01-25T14:22:23-04:00</updated>

		<published>2008-01-25T14:22:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80338#p80338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80338#p80338"/>
		<title type="html"><![CDATA[How to remove the quotation mark]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80338#p80338"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set name [string map {"\"" ""} $name]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Jan 25, 2008 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Astur]]></name></author>
		<updated>2008-01-25T11:08:00-04:00</updated>

		<published>2008-01-25T11:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80333#p80333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80333#p80333"/>
		<title type="html"><![CDATA[How to remove the quotation mark]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80333#p80333"><![CDATA[
Hello!<br><br>I need your help at the following:<br><br>I have a bot and he reads out XML files from a website.<br>If someone uses the command !player &lt;name&gt;, the bot reads out the xml data and write it into the channel.<br>This works wonderful, but there is one problem:<br><br>If there is a " (quotation mark) behind the name (like <strong class="text-strong">Name"</strong>), the whole think is not working (because he tries to read out the data from <strong class="text-strong">Name"</strong>, and Name" does not exist)<br><br>So, how can i remove the quotation mark behind the name?<br><br><br>In MSL (mIRC Scripting Language) I had used <strong class="text-strong">$remove(", $chr(34)) </strong><br><br>Greetings,<br>Astur<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9489">Astur</a> — Fri Jan 25, 2008 11:08 am</p><hr />
]]></content>
	</entry>
	</feed>
