Mercurial > pidgin
diff src/protocols/irc/irc.h @ 8529:2f505651ac03
[gaim-migrate @ 9268]
This strips mIRC color and formatting codes from topics and provides
a generic function for stripping mirc color codes and returning plain
text (irc_mirc2txt()). This should fix Bug #923672.
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Tue, 30 Mar 2004 17:44:40 +0000 |
| parents | ffa642240fc1 |
| children | 7ab20f829190 |
line wrap: on
line diff
--- a/src/protocols/irc/irc.h Tue Mar 30 15:45:52 2004 +0000 +++ b/src/protocols/irc/irc.h Tue Mar 30 17:44:40 2004 +0000 @@ -84,6 +84,7 @@ gboolean irc_blist_timeout(struct irc_conn *irc); char *irc_mirc2html(const char *string); +char *irc_mirc2txt(const char *string); void irc_msg_table_build(struct irc_conn *irc); void irc_parse_msg(struct irc_conn *irc, char *input);
