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

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

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

revision 1.51 by flashcode, Sat Mar 5 17:23:45 2005 UTC revision 1.52 by flashcode, Mon Mar 7 19:21:31 2005 UTC
# Line 1067  irc_cmd_recv_privmsg (t_irc_server *serv Line 1067  irc_cmd_recv_privmsg (t_irc_server *serv
1067                      gui_printf_color (ptr_channel->buffer,                      gui_printf_color (ptr_channel->buffer,
1068                                        COLOR_WIN_CHAT, " %s\n", pos);                                        COLOR_WIN_CHAT, " %s\n", pos);
1069                  }                  }
1070                    else if (strncmp (pos, "\01SOUND ", 7) == 0)
1071                    {
1072                        pos += 7;
1073                        pos2 = strchr (pos, '\01');
1074                        if (pos2)
1075                            pos2[0] = '\0';
1076                        irc_display_prefix (ptr_channel->buffer, PREFIX_INFO);
1077                        gui_printf (ptr_channel->buffer,
1078                                    _("Received a CTCP SOUND \"%s\" from "),
1079                                    pos);
1080                        gui_printf_color (ptr_channel->buffer,
1081                                          COLOR_WIN_CHAT_NICK,
1082                                          "%s\n", host);
1083                    }
1084                  else                  else
1085                  {                  {
1086                      ptr_nick = nick_search (ptr_channel, host);                      ptr_nick = nick_search (ptr_channel, host);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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