1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

IRC raw buffer now uses join/part prefix with color to display messages

This commit is contained in:
Sebastien Helleu
2006-08-17 23:13:32 +00:00
parent e64138b70a
commit aacbf82675
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -380,8 +380,8 @@ gui_printf_raw_data (void *server, int send, char *message)
GUI_COLOR(COLOR_WIN_CHAT_SERVER),
((t_irc_server *)server)->name,
GUI_COLOR(COLOR_WIN_CHAT_DARK),
GUI_COLOR(COLOR_WIN_CHAT_CHANNEL),
(send) ? "<<--" : "-->>",
GUI_COLOR((send) ? COLOR_WIN_CHAT_PART : COLOR_WIN_CHAT_JOIN),
(send) ? PREFIX_PART : PREFIX_JOIN,
GUI_COLOR(COLOR_WIN_CHAT),
message);
if (pos)