1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

irc: fix duplicate sender name in display of notice (closes #87)

This commit is contained in:
Sébastien Helleu
2014-05-21 21:49:20 +02:00
parent c8103f14d2
commit 14850dfa9c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1366,7 +1366,7 @@ IRC_PROTOCOL_CALLBACK(notice)
}
else
{
if (address && address[0])
if (address && address[0] && (strcmp (nick, address) != 0))
{
weechat_printf_date_tags (ptr_buffer,
date,