From 4bfe8b3ba78aeb011c125f663b0f5ac83e70a000 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 1 May 2005 10:13:09 +0000 Subject: [PATCH] Fixed chat colors --- mbsebbs/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbsebbs/chat.c b/mbsebbs/chat.c index 4a9a52a2..ad7037ea 100644 --- a/mbsebbs/chat.c +++ b/mbsebbs/chat.c @@ -101,7 +101,7 @@ void Showline(int y, int x, char *msg) PUTCHAR(msg[i]); } } - } else if ((msg[0] == '*') && (msg[0] == '*')) { + } else if ((msg[0] == '*') && (msg[1] == '*')) { colour(LIGHTRED, BLACK); mvprintw(y, x, msg); } else if (msg[0] == '*') {