src/protocols/irc/irc.c

changeset 10732
5e314ab498bf
parent 10724
33423f3ca91c
child 10738
63ca8277c234
--- 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;

mercurial