mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
fix, try #2
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3160 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fcd5b3a0be
commit
a5e19e3285
@ -89,7 +89,7 @@ static void sig_hilight_text(TEXT_DEST_REC *dest, const char *msg)
|
|||||||
DATA_LEVEL_MSG : DATA_LEVEL_TEXT;
|
DATA_LEVEL_MSG : DATA_LEVEL_TEXT;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((dest->level & MSGLEVEL_HILIGHT) == 0) {
|
if ((dest->level & MSGLEVEL_HILIGHT) == 0 && dest->target != NULL) {
|
||||||
/* check for both target and tag/target */
|
/* check for both target and tag/target */
|
||||||
if (hide_target_activity(data_level, dest->target))
|
if (hide_target_activity(data_level, dest->target))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user