mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
irc: display host in message "nick is back on server" (in private) only if host is set for nick
This commit is contained in:
@@ -760,7 +760,7 @@ irc_channel_display_nick_back_in_pv (struct t_irc_server *server,
|
||||
(nick) ? nick->name : nickname,
|
||||
IRC_COLOR_CHAT_DELIMITERS,
|
||||
IRC_COLOR_CHAT_HOST,
|
||||
(nick) ? nick->host : "",
|
||||
(nick && nick->host) ? nick->host : "",
|
||||
IRC_COLOR_CHAT_DELIMITERS,
|
||||
IRC_COLOR_MESSAGE_JOIN);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user