summaryrefslogtreecommitdiffstats
path: root/net/gaim/files/patch-src_protocols_oscar_oscar.c
blob: 43a291b296179749ea4aa53e0ce5809a8aba2855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/protocols/oscar/oscar.c.orig    Wed Aug 25 21:29:00 2004
+++ src/protocols/oscar/oscar.c Thu Aug 26 21:55:32 2004
@@ -3247,7 +3247,7 @@
     * Note: There *may* be some clients which send messages as HTML formatted -
     *       they need to be special-cased somehow.
     */
-   if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0])) {
+   if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0]) && g_strncasecmp(tmp, "<HTML>", 6)) {
        /* being recevied by ICQ from ICQ - escape HTML so it is displayed as sent */
        gchar *tmp2 = gaim_escape_html(tmp);
        g_free(tmp);