mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
irc: add IRC message tags in messages displayed (closes #1680)
This commit is contained in:
@@ -102,7 +102,9 @@ irc_input_user_message_display (struct t_gui_buffer *buffer, int action,
|
||||
buffer,
|
||||
0,
|
||||
irc_protocol_tags (
|
||||
"privmsg", str_tags,
|
||||
"privmsg",
|
||||
NULL,
|
||||
str_tags,
|
||||
(ptr_nick) ? ptr_nick->name : ptr_server->nick,
|
||||
NULL),
|
||||
"%s%s%s%s%s %s",
|
||||
@@ -119,7 +121,9 @@ irc_input_user_message_display (struct t_gui_buffer *buffer, int action,
|
||||
buffer,
|
||||
0,
|
||||
irc_protocol_tags (
|
||||
"privmsg", str_tags,
|
||||
"privmsg",
|
||||
NULL,
|
||||
str_tags,
|
||||
(ptr_nick) ? ptr_nick->name : ptr_server->nick,
|
||||
NULL),
|
||||
"%s%s",
|
||||
|
||||
Reference in New Issue
Block a user