/[weechat]/weechat/src/irc/irc-dcc.c
ViewVC logotype

Diff of /weechat/src/irc/irc-dcc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by flashcode, Wed Jul 13 17:40:20 2005 UTC revision 1.24 by flashcode, Tue Jul 19 17:35:51 2005 UTC
# Line 998  dcc_chat_recv (t_irc_dcc *ptr_dcc) Line 998  dcc_chat_recv (t_irc_dcc *ptr_dcc)
998                  gui_printf_type_color (ptr_dcc->channel->buffer,                  gui_printf_type_color (ptr_dcc->channel->buffer,
999                                         MSG_TYPE_NICK,                                         MSG_TYPE_NICK,
1000                                         COLOR_WIN_CHAT_DARK, "<");                                         COLOR_WIN_CHAT_DARK, "<");
1001                  if (strstr (ptr_buf, ptr_dcc->server->nick))                  if (irc_is_highlight (ptr_buf, ptr_dcc->server->nick))
1002                  {                  {
1003                      gui_printf_type_color (ptr_dcc->channel->buffer,                      gui_printf_type_color (ptr_dcc->channel->buffer,
1004                                             MSG_TYPE_NICK | MSG_TYPE_HIGHLIGHT,                                             MSG_TYPE_NICK | MSG_TYPE_HIGHLIGHT,

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26