From 97599703af833aab95c0944f28732bcbdbfac071 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 19 Jul 2000 21:47:22 +0000 Subject: [PATCH] Removed notices from default highlight level git-svn-id: http://svn.irssi.org/repos/irssi/trunk@494 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/hilight-text.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index 9e4ac883..012aa20d 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -32,8 +32,8 @@ #include "hilight-text.h" #define DEFAULT_HILIGHT_LEVEL \ - (MSGLEVEL_PUBLIC | MSGLEVEL_MSGS | MSGLEVEL_NOTICES | \ - MSGLEVEL_ACTIONS | MSGLEVEL_DCCMSGS) + (MSGLEVEL_PUBLIC | MSGLEVEL_MSGS | \ + MSGLEVEL_ACTIONS | MSGLEVEL_DCCMSGS) static int hilight_next; GSList *hilights;