mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
irc: add missing nick tag in self CTCP ACTION displayed (issue #139)
This commit is contained in:
@@ -1276,7 +1276,7 @@ irc_ctcp_display_send (struct t_irc_server *server,
|
||||
"privmsg",
|
||||
NULL,
|
||||
"irc_action,self_msg,notify_none,no_highlight",
|
||||
NULL, NULL),
|
||||
server->nick, NULL),
|
||||
"%s%s%s%s%s%s",
|
||||
weechat_prefix ("action"),
|
||||
IRC_COLOR_CHAT_NICK_SELF,
|
||||
|
||||
Reference in New Issue
Block a user