mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
add new PUBNOTICES level
separating private notices and channel notices
This commit is contained in:
parent
ae5a9283ee
commit
7360944900
12 changed files with 83 additions and 52 deletions
|
|
@ -23,10 +23,12 @@
|
|||
|
||||
/* the order of these levels must match the bits in levels.h */
|
||||
static const char *levels[] = {
|
||||
/* clang-format off */
|
||||
"CRAP",
|
||||
"MSGS",
|
||||
"PUBLICS",
|
||||
"NOTICES",
|
||||
"PUBNOTICES",
|
||||
"SNOTES",
|
||||
"CTCPS",
|
||||
"ACTIONS",
|
||||
|
|
@ -46,6 +48,7 @@ static const char *levels[] = {
|
|||
"CLIENTERRORS",
|
||||
"HILIGHTS",
|
||||
NULL
|
||||
/* clang-format on */
|
||||
};
|
||||
|
||||
int level_get(const char *level)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue