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

	<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>2003-05-02T11:21:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SmokeyOne]]></name></author>
		<updated>2003-05-02T11:21:38-04:00</updated>

		<published>2003-05-02T11:21:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19735#p19735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19735#p19735"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19735#p19735"><![CDATA[
thank you very much on this, its funny how i can do some complex commands yet a simple little color command blew my mind lol<br><br>I'm glad you guys are around to help us " no reading people" learn the right commands =D<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2530">SmokeyOne</a> — Fri May 02, 2003 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-05-02T11:12:06-04:00</updated>

		<published>2003-05-02T11:12:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19734#p19734</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19734#p19734"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19734#p19734"><![CDATA[
well... first off, that line would result in an error since you don't escape the [<br>second... have you tried it... cause it will NOT be all in a black background color with cyan text and green brackets <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> .. try it and you'll see what I mean<br>to get it correct use this:<div class="codebox"><p>Code: </p><pre><code>\0039,1\[\00311,1 !rules \0039,1]\00311,1 for a list of channel rules\003</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri May 02, 2003 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-02T11:15:20-04:00</updated>

		<published>2003-05-02T11:09:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19732#p19732</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19732#p19732"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19732#p19732"><![CDATA[
Try reading my FAQ over in the Tcl FAQ forum.<br><br>Wha you want is<br><div class="codebox"><p>Code: </p><pre><code>\0039,1\[ \00311!rules \0039\] \00311for a list of channel rules</code></pre></div>Lets split it up a bit<br><div class="codebox"><p>Code: </p><pre><code>\0039,1\[</code></pre></div>First, define the colour green (9) and the background black (1). We then place the [ character. In Tcl, you need to escape it, so note the \<br><div class="codebox"><p>Code: </p><pre><code> \00311!rules \0039\]</code></pre></div>Here we change the colour to cyan (11) for some text, and back to green (9) for the bracket. You don't need to escape this bracket, but of well.<br><br>Note that we don't change the background colour at all here. The background colour will remain in affect, until one of two conditions are met.<br><br>1: That \003 is used on its own, without any colour numbers.<br>2: The CTRL+O character is used, to normalise the text.<br><div class="codebox"><p>Code: </p><pre><code> \00311for a list of channel rules</code></pre></div>Finish off in cyan (11) text.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri May 02, 2003 11:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SmokeyOne]]></name></author>
		<updated>2003-05-02T10:56:56-04:00</updated>

		<published>2003-05-02T10:56:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19730#p19730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19730#p19730"/>
		<title type="html"><![CDATA[i hate to revive an old topic but here goes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19730#p19730"><![CDATA[
okay i see what your saying, but i have a question, how would you set if you wanted the entire text background in black then have  green brackets with cyan text i never tried to use color before, thought i would try something new.<br><br><br>Type [ !rules ] for a list of channel rules<br><br>would it be \00312,8 /0039[\003 \00311!rules\003 \0039]\003 \0039 for a list of channel rules\\003<br><br>???<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2530">SmokeyOne</a> — Fri May 02, 2003 10:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-04T08:19:28-04:00</updated>

		<published>2003-01-04T08:19:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14881#p14881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14881#p14881"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14881#p14881"><![CDATA[
Because the ascii alphabet is not Tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jan 04, 2003 8:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-01-04T04:44:30-04:00</updated>

		<published>2003-01-04T04:44:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14873#p14873</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14873#p14873"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14873#p14873"><![CDATA[
how is that 'off topic'?? it actually is very relevant and answered the same question I had.<br><br>thanks Jay-C for asking it...<br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Sat Jan 04, 2003 4:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-29T22:37:14-04:00</updated>

		<published>2002-12-29T22:37:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14689#p14689</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14689#p14689"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14689#p14689"><![CDATA[
CTRL+K is not just for windows or mIRC.<br><br>CTRL+K will send the character code \003.<br><br>If you use VI, it has the handy feature, of injecting CTRL codes into documents, and you will notice that K will inject the colour code.<br><br>There is no differance betweent eh two, with the exeption, that Tcl interprets the \003 as it's escaped.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Dec 29, 2002 10:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-12-29T12:16:26-04:00</updated>

		<published>2002-12-29T12:16:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14663#p14663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14663#p14663"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14663#p14663"><![CDATA[
not in the balls <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> hehe.. I've mixed them a bit <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Dec 29, 2002 12:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-12-29T06:07:07-04:00</updated>

		<published>2002-12-29T06:07:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14657#p14657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14657#p14657"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14657#p14657"><![CDATA[
<blockquote class="uncited"><div>yeah.. cool .. fine... i know that /003 is for color.. but does this also works to set the background color ?<br>/003[textcolor],[backgroundcolor]    ?</div></blockquote>yes it does why don't you check it? <br><strong class="text-strong">example</strong>:<div class="codebox"><p>Code: </p><pre><code>/0034,8REDonYellowBg/003 text</code></pre></div>there would be REDonYellowbg, red letters, yellow background and /003 would close color, so text would be normal black text.<br><br>Cheers and I hope that you finally get it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Sun Dec 29, 2002 6:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-28T17:42:55-04:00</updated>

		<published>2002-12-28T17:42:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14653#p14653</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14653#p14653"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14653#p14653"><![CDATA[
yeah.. cool .. fine... i know that /003 is for color.. but does this also works to set the background color ?<br>/003[textcolor],[backgroundcolor]    ?<p>Statistics: Posted by Guest — Sat Dec 28, 2002 5:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-12-28T14:06:08-04:00</updated>

		<published>2002-12-28T14:06:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14651#p14651</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14651#p14651"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14651#p14651"><![CDATA[
it's \003color for eggys <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>/me shoots ceasar<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Dec 28, 2002 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-12-28T08:42:07-04:00</updated>

		<published>2002-12-28T08:42:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14644#p14644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14644#p14644"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14644#p14644"><![CDATA[
CTRL + K probably :] .. anyway.. this is for mirc clients and other.. for eggdrop is \033collor.. if I'm not wrong.. I've forgot.. shoot me :]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Dec 28, 2002 8:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-27T20:53:13-04:00</updated>

		<published>2002-12-27T20:53:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14633#p14633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14633#p14633"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14633#p14633"><![CDATA[
This is off-topic.<br><br>You should refer to a IRC help channel, or help site for this.<br><br>However, with a little starting point.<br><br>COlour codes, are produced by usind a colour control character, which tells a clinet, to change the colour in this. This is represented by CTRL+C on the keyboard.<br><br>After which, you should have at least a 2 digit colour code, which represents the forgound (font) colour.<br><br>TO change the background colour, you need to place a comma (,) after the forground colour code, and type the 2 digit background colour code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Dec 27, 2002 8:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-27T19:23:30-04:00</updated>

		<published>2002-12-27T19:23:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14630#p14630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14630#p14630"/>
		<title type="html"><![CDATA[color codes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14630#p14630"><![CDATA[
how can i set the background color of a text ?<p>Statistics: Posted by Guest — Fri Dec 27, 2002 7:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
