This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Colors

Help for those learning Tcl or writing their own scripts.
Post Reply
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Colors

Post by cache »

I'm making my first tcl script of just silly stuff...

BUT does anyone know where I can read about colors? Like \002, as I want to do it the right way and not paste in mirc's color codes lol..


Thanks
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

mIRC color control escape is \003, bold is \002, reverse (or blinking) is \026, underline is \037, back to plain text is \017; for color codes refer to your mIRC (press Ctrl+K) and online help

so if you need to output, say, red on yellow, you'll have \0034,8text\003
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Post by cache »

Thanks demond :D
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

See Colour and formatting codes, topic by ppslim from the Tcl Faq forum.
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Post by cache »

LOL I kept doing a search on 'color' before I posted.. and I see it posted as 'colour'.

Thanks Sir. :wink:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

cache wrote:LOL I kept doing a search on 'color' before I posted.. and I see it posted as 'colour'.

Thanks Sir. :wink:
There are some of us that actually do know how to spell properly. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Post by cache »

Alchera wrote:
cache wrote:LOL I kept doing a search on 'color' before I posted.. and I see it posted as 'colour'.

Thanks Sir. :wink:
There are some of us that actually do know how to spell properly. :)
Actually in the US it's spelled 'color' and seeing that most of you are from other countries i'll try other spellings first before I post :oops:
m
minted
Halfop
Posts: 64
Joined: Wed Jul 20, 2005 9:58 am

Post by minted »

i think he knows americans spell it different, and that was a stab at their poor spelling perhaps :P
seeing "color" actually annoys me.
if ur gonna borrow a language, borrow it right :D
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

minted wrote:i think he knows americans spell it different, and that was a stab at their poor spelling perhaps :P
seeing "color" actually annoys me.
if ur gonna borrow a language, borrow it right :D
LOL YUp! I have American relatives and I cannot stand (irritates me to no end) their phonetic spelling. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I didn't search for it, I just know that there's a topic about it in the Tcl Faq forum :lol:
Post Reply