17 lines
672 B
C
17 lines
672 B
C
#define IRC_COLOR_WHITE "\x03\x00"
|
|
#define IRC_COLOR_BLACK "\x03\x01"
|
|
#define IRC_COLOR_BLUE "\x03\x02"
|
|
#define IRC_COLOR_GREEN "\x03\x03"
|
|
#define IRC_COLOR_RED "\x03\x04"
|
|
#define IRC_COLOR_BROWN "\x03\x05"
|
|
#define IRC_COLOR_PURPLE "\x03\x06"
|
|
#define IRC_COLOR_ORANGE "\x03\x07"
|
|
#define IRC_COLOR_YELLOW "\x03\x08"
|
|
#define IRC_COLOR_LIGHT_GREEN "\x03\x09"
|
|
#define IRC_COLOR_TEAL "\x03\x10"
|
|
#define IRC_COLOR_LIGHT_CYAN "\x03\x11"
|
|
#define IRC_COLOR_LIGHT_BLUE "\x03\x12"
|
|
#define IRC_COLOR_PINK "\x03\x13"
|
|
#define IRC_COLOR_GREY "\x03\x14"
|
|
#define IRC_COLOR_LIGHT_GREY "\x03\x15"
|