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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user