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.
Old posts that have not been replied to for several years.
-
K
Kry0420
Post
by Kry0420 »
what's the command to have my eggdrop output colors, or at least the color codes that irc clients use?
-
Petersen
- Owner
- Posts: 685
- Joined: Thu Sep 27, 2001 8:00 pm
- Location: Blackpool, UK
Post
by Petersen »
ascii character 0x03 (which is 03 in escaped octal notation (which is what tcl uses))
-
K
Kry0420
Post
by Kry0420 »
So i'd use something like
[trimleft [03 [$color [$text]]
Correct?
<font size=-1>[ This Message was edited by: Kry0420 on 2002-04-07 19:39 ]</font>
-
K
Kry0420
Post
by Kry0420 »
ok, i figured it out
039,1 where 9,1 is the color
simpler than i though