Code: Select all
putserv "PRIVMSG $chan :This text is \002bold\002 and also in \00304color 4\003"
So, for "pink|BlueIce [React Fast!]: What color is this word written? white" can't be created as there's no code for 'BlueIce', but if we replace it with 'Light Blue' the code will be:There are three ways to represent the colour code.
\003
\003FF
\003FF,BB
Where FF means “Forground colour” and BB means “Background colour”, these are separated using a comma (,). [...]
Here is a list of the colour names, as defined by the mIRC help documents.
0- White
1- Black
2- Blue
3- Green
4- Light Red
5- Brown
6- Purple
7- Orange
8- Yellow
9- Light Green
10- Cyan
11- Light Cyan
12- Light Blue
13- Pink
14- Grey
15- Light Grey
Code: Select all
\00313,12[React Fast!]: What color is this word written? white\003