1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00

Server notices shouldn't contain target field when printing it, it's always

you anyway.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1790 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-09-11 18:02:17 +00:00 committed by cras
parent eb9f1eb985
commit 8cab35aed3

View File

@ -194,7 +194,7 @@ static void sig_message_irc_notice(SERVER_REC *server, const char *msg,
/* notice from server */
if (!ignore_check(server, nick, "",
target, msg, MSGLEVEL_SNOTES)) {
printformat(server, target, MSGLEVEL_SNOTES,
printformat(server, NULL, MSGLEVEL_SNOTES,
IRCTXT_NOTICE_SERVER, nick, msg);
}
return;