mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +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
|
|
@ -202,6 +202,7 @@ abstracts = {
|
|||
# notices
|
||||
ownnotice = "[%r$0%K(%R$1-%K)]%n ";
|
||||
notice = "%K-%M$*%K-%n ";
|
||||
pubnotice = "%K-%M$0$1-%K-%n %|";
|
||||
pubnotice_channel = "%K:%m$*";
|
||||
pvtnotice_host = "%K(%m$*%K)";
|
||||
servernotice = "%g!$*%n ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue