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.
Help for those learning Tcl or writing their own scripts.
-
garfwen
- Halfop
- Posts: 61
- Joined: Wed Mar 12, 2008 5:16 pm
Post
by garfwen »
Hello.
Im codding a help-egg to a gather channel.
The main bot uses some colors like:
On mIRC it is like this:
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
-
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