mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
hidden lines
This commit is contained in:
parent
be70fa5eb7
commit
8dfeca57ed
12 changed files with 139 additions and 31 deletions
|
|
@ -36,7 +36,9 @@ enum {
|
|||
MSGLEVEL_NOHILIGHT = 0x1000000, /* Don't highlight this message */
|
||||
MSGLEVEL_NO_ACT = 0x2000000, /* Don't trigger channel activity */
|
||||
MSGLEVEL_NEVER = 0x4000000, /* never ignore / never log */
|
||||
MSGLEVEL_LASTLOG = 0x8000000 /* never ignore / never log */
|
||||
MSGLEVEL_LASTLOG = 0x8000000, /* used for /lastlog */
|
||||
|
||||
MSGLEVEL_HIDDEN = 0x10000000 /* Hidden from view */
|
||||
};
|
||||
|
||||
int level_get(const char *level);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue