mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Add tag "nick_xxx" in IRC messages
This commit is contained in:
@@ -351,7 +351,9 @@ irc_command_me_channel (struct t_irc_server *server,
|
||||
irc_color_decode (arguments,
|
||||
weechat_config_boolean (irc_config_network_colors_receive)) : NULL;
|
||||
weechat_printf_tags (channel->buffer,
|
||||
irc_protocol_tags ("privmsg", "irc_action,no_highlight"),
|
||||
irc_protocol_tags ("privmsg",
|
||||
"irc_action,no_highlight",
|
||||
server->nick),
|
||||
"%s%s%s %s%s",
|
||||
weechat_prefix ("action"),
|
||||
IRC_COLOR_CHAT_NICK_SELF,
|
||||
|
||||
Reference in New Issue
Block a user