diff libpurple/protocols/irc/msgs.c @ 20325:4ff4e3aeab27

applied changes from 6c08c628ee64e16c824829c25befc0ca09338f9d through 6b57335241f2c9a501643280407bdc3374100dee
author Luke Schierer <lschiere@pidgin.im>
date Fri, 19 Oct 2007 17:59:00 +0000
parents 67a7e0868618
children 88aa557b997f
line wrap: on
line diff
--- a/libpurple/protocols/irc/msgs.c	Fri Oct 19 17:58:04 2007 +0000
+++ b/libpurple/protocols/irc/msgs.c	Fri Oct 19 17:59:00 2007 +0000
@@ -1066,7 +1066,7 @@
 		return;
 	}
 
-	msg = g_markup_escape_text(tmp, -1);
+	msg = irc_escape_privmsg(tmp, -1);
 	g_free(tmp);
 
 	tmp = irc_mirc2html(msg);