mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
Make MSGLEVEL_HIDDEN accessible from scripts
Empty line in wrong place Expose MSGLEVEL_HIDDEN to scripts
This commit is contained in:
parent
7654f30d04
commit
78ae00910e
2 changed files with 8 additions and 1 deletions
|
|
@ -303,6 +303,13 @@ CODE:
|
|||
perl_source_remove(tag);
|
||||
|
||||
# maybe there's some easier way than this..? :)
|
||||
int
|
||||
MSGLEVEL_HIDDEN()
|
||||
CODE:
|
||||
RETVAL = MSGLEVEL_HIDDEN;
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
int
|
||||
MSGLEVEL_CRAP()
|
||||
CODE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue