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.

Text color

Help for those learning Tcl or writing their own scripts.
Post Reply
g
garfwen
Halfop
Posts: 61
Joined: Wed Mar 12, 2008 5:16 pm

Text color

Post by garfwen »

Hello.
Im codding a help-egg to a gather channel.
The main bot uses some colors like:

Image


On mIRC it is like this:

Code: Select all

14,1[7«0 text 7»14]
And i'm trying to put that colors on my help-egg but having no sucess.
Can any1 tell how i can do it ?

Ty.
GaRfWeN
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

To create the Bold control character (ctrl+B), use "\002", to create the color control character (Ctrl+c), use "\003".
NML_375
Post Reply