mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +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
|
|
@ -322,6 +322,13 @@ CODE:
|
|||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
int
|
||||
MSGLEVEL_PUBNOTICES()
|
||||
CODE:
|
||||
RETVAL = MSGLEVEL_PUBNOTICES;
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
int
|
||||
MSGLEVEL_SNOTES()
|
||||
CODE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue