mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Removed notices from default highlight level
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@494 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7196f9ee9a
commit
97599703af
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user