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

	<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-06-07T14:03:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-07T14:03:39-04:00</updated>

		<published>2005-06-07T14:03:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50386#p50386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50386#p50386"/>
		<title type="html"><![CDATA[Question about using &quot; \ &quot; as nick in eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50386#p50386"><![CDATA[
<blockquote class="uncited"><div>\ is a special character in nearly all programming languages. if you want to use a [ or ] in tcl, for example you need to "escape" it. like this: \[ this goes for certain characters, often different chars per language.</div></blockquote>not necessarily... only inside expressions that will be evaluated (including strings of course); you can escape evaluation with curly braces:<div class="codebox"><p>Code: </p><pre><code>puts {hi Goo[ber}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jun 07, 2005 2:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Galadhrim]]></name></author>
		<updated>2005-06-07T13:45:28-04:00</updated>

		<published>2005-06-07T13:45:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50382#p50382</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50382#p50382"/>
		<title type="html"><![CDATA[Question about using &quot; \ &quot; as nick in eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50382#p50382"><![CDATA[
\ is a special character in nearly all programming languages. if you want to use a [ or ] in tcl, for example you need to "escape" it. like this: \[ this goes for certain characters, often different chars per language.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2999">Galadhrim</a> — Tue Jun 07, 2005 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kev1n]]></name></author>
		<updated>2005-06-06T19:49:14-04:00</updated>

		<published>2005-06-06T19:49:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50350#p50350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50350#p50350"/>
		<title type="html"><![CDATA[Question about using &quot; \ &quot; as nick in eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50350#p50350"><![CDATA[
thanks, works perfect.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6308">Kev1n</a> — Mon Jun 06, 2005 7:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-06T19:33:51-04:00</updated>

		<published>2005-06-06T19:33:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50348#p50348</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50348#p50348"/>
		<title type="html"><![CDATA[Question about using &quot; \ &quot; as nick in eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50348#p50348"><![CDATA[
\ is a special character in tcl, and in order to output it you need to add another \ behind it, so the correct choice for owner would be:<div class="codebox"><p>Code: </p><pre><code>set owner "clan\\Kevin"</code></pre></div>or <div class="codebox"><p>Code: </p><pre><code>set owner {clan\Kevin}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jun 06, 2005 7:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kev1n]]></name></author>
		<updated>2005-06-06T18:20:02-04:00</updated>

		<published>2005-06-06T18:20:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50346#p50346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50346#p50346"/>
		<title type="html"><![CDATA[Question about using &quot; \ &quot; as nick in eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50346#p50346"><![CDATA[
thanks!<br>does this apply for bot owner aswell?<br><br>set owner "clan\Kevin"<br>to<br>set owner "clan\\Kevin"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6308">Kev1n</a> — Mon Jun 06, 2005 6:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-06-06T15:44:22-04:00</updated>

		<published>2005-06-06T15:44:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50330#p50330</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50330#p50330"/>
		<title type="html"><![CDATA[Question about using &quot; \ &quot; as nick in eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50330#p50330"><![CDATA[
you need too use 2 slashes.<br><div class="codebox"><p>Code: </p><pre><code>set-nick clanname\\botnick</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Mon Jun 06, 2005 3:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kev1n]]></name></author>
		<updated>2005-06-06T15:26:10-04:00</updated>

		<published>2005-06-06T15:26:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50326#p50326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50326#p50326"/>
		<title type="html"><![CDATA[Question about using &quot; \ &quot; as nick in eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50326#p50326"><![CDATA[
in the:<br>set nick "clanhere\Eggdrop"<br>set altnick "clanname\Eggdrop"<br>line, whenever I use that the bot will come in as if there was nothing in the " \      " space (in otherwords, it will come in as clannameEggdrop). But i've seen other eggdrops logged on with a slash.<br><br>Just a curious question if there is a way to use it. Not a big deal but looks better for our clan tag.<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6308">Kev1n</a> — Mon Jun 06, 2005 3:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
