--- a/pidgin/gtkconv.c Thu May 22 19:09:10 2014 +0200 +++ b/pidgin/gtkconv.c Thu May 22 19:26:28 2014 +0200 @@ -6899,22 +6899,7 @@ str_embed_direction_chars(&alias_escaped); str = g_malloc(1024); - if (flags & PURPLE_MESSAGE_WHISPER) { - /* If we're whispering, it's not an autoresponse. */ - if (purple_message_meify(new_message, -1 )) { - g_snprintf(str, 1024, "***%s", alias_escaped); - tag_start_offset += 3; - tagname = "whisper-action-name"; - } - else { - g_snprintf(str, 1024, "*%s*:", alias_escaped); - tag_start_offset += 1; -#if 0 - tag_end_offset = 2; -#endif - tagname = "whisper-name"; - } - } else { + if (TRUE) { /* XXX: reduce numer of indentations */ if (purple_message_meify(new_message, -1)) { if (flags & PURPLE_MESSAGE_AUTO_RESP) { g_snprintf(str, 1024, "%s ***%s", AUTO_RESPONSE, alias_escaped);