| 42 static char *irc_mirc_colors[16] = { |
42 static char *irc_mirc_colors[16] = { |
| 43 "white", "black", "blue", "dark green", "red", "brown", "purple", |
43 "white", "black", "blue", "dark green", "red", "brown", "purple", |
| 44 "orange", "yellow", "green", "teal", "cyan", "light blue", |
44 "orange", "yellow", "green", "teal", "cyan", "light blue", |
| 45 "pink", "grey", "light grey" }; |
45 "pink", "grey", "light grey" }; |
| 46 |
46 |
| 47 extern PurplePluginProtocolInfo *_irc_protocol; |
47 extern PurpleProtocol *_irc_protocol; |
| 48 |
48 |
| 49 /*typedef void (*IRCMsgCallback)(struct irc_conn *irc, char *from, char *name, char **args);*/ |
49 /*typedef void (*IRCMsgCallback)(struct irc_conn *irc, char *from, char *name, char **args);*/ |
| 50 static struct _irc_msg { |
50 static struct _irc_msg { |
| 51 char *name; |
51 char *name; |
| 52 char *format; |
52 char *format; |