--- a/src/protocols/irc/irc.c Sat Mar 26 01:20:31 2005 +0000 +++ b/src/protocols/irc/irc.c Sat Mar 26 02:43:49 2005 +0000 @@ -614,7 +614,7 @@ irc_cmd_privmsg(irc, "msg", NULL, args); - tmp = gaim_escape_html(what); + tmp = g_markup_escape_text(what, -1); serv_got_chat_in(gc, id, gaim_connection_get_display_name(gc), 0, tmp, time(NULL)); g_free(tmp); return 0;