mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue