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

	<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>2009-05-07T11:06:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-12-25T12:35:03-04:00</updated>

		<published>2008-12-25T12:35:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86513#p86513</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86513#p86513"/>
		<title type="html"><![CDATA[Re: mIRC color code?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86513#p86513"><![CDATA[
<blockquote class="uncited"><div>Hello,<br><br>I was wondering, if I put mIRC color code into .tcl file would that somehow messes up something somewhere?<br><br>For exe: If I put this "4" which is red in mIRC in .tcl file.<br><br>I ran the .tcl file and it gave me no errors, but just wondering if like something inside routine or something is messed up.<br><br>Thanks.<br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>It's usually better to avoid embedding control characters and instead give the escape sequences needed to generate them. This way the script won't choke on others using different platforms/editors/charsets than you.<br><br>"\00304" is the equivalent to what your doing. Just remember to turn the color off "\003" when trying to output plain text on the same line, otherwise the color-effect will bleed into the entire line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu Dec 25, 2008 12:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[holycrap]]></name></author>
		<updated>2009-05-07T11:06:53-04:00</updated>

		<published>2008-12-25T10:56:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86510#p86510</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86510#p86510"/>
		<title type="html"><![CDATA[mIRC color code? [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86510#p86510"><![CDATA[
Hello,<br><br>I was wondering, if I put mIRC color code into .tcl file would that somehow messes up something somewhere?<br><br>For exe: If I put this "4" which is red in mIRC in .tcl file.<br><br>I ran the .tcl file and it gave me no errors, but just wondering if like something inside routine or something is messed up.<br><br>Thanks.<br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9651">holycrap</a> — Thu Dec 25, 2008 10:56 am</p><hr />
]]></content>
	</entry>
	</feed>
