diff options
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index 3c717526..6dd42fb4 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -631,7 +631,7 @@ cmd_clear (struct session *sess, char *tbuf, char *word[], char *word_eol[]) while (list) { sess = list->data; - if (!sess->nick_said) + if (!(sess->tab_state & TAB_STATE_NEW_HILIGHT)) fe_text_clear (list->data, 0); list = list->next; } |