mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +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
|
|
@ -27,7 +27,11 @@ executable('irssi',
|
|||
'textbuffer-view.c',
|
||||
'textbuffer.c',
|
||||
)
|
||||
+ [ irssi_version_h ],
|
||||
+ [
|
||||
irssi_version_h,
|
||||
default_config_h,
|
||||
default_theme_h,
|
||||
],
|
||||
include_directories : rootinc,
|
||||
implicit_include_directories : false,
|
||||
export_dynamic : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue