diff src/buddy_chat.c @ 3367:3b00d97d59aa

[gaim-migrate @ 3386] There'll be more tommorow! Thanks for coming to the party. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:52:48 +0000
parents 0c7bd995eb03
children 8fa61405af2b
line wrap: on
line diff
--- a/src/buddy_chat.c	Fri Aug 02 04:49:23 2002 +0000
+++ b/src/buddy_chat.c	Fri Aug 02 04:52:48 2002 +0000
@@ -728,7 +728,10 @@
 			play_sound(SND_CHAT_SAY);
 		}
 	}
-		write_to_conv(b, message, flag, who, mtime, -1);
+
+	if (chat_options & OPT_CHAT_COLORIZE) 
+		flag |= WFLAG_COLORIZE;
+	write_to_conv(b, message, flag, who, mtime, -1);
 }