mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +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
|
|
@ -142,7 +142,7 @@ require DynaLoader;
|
|||
MSGLEVEL_TOPICS MSGLEVEL_WALLOPS MSGLEVEL_INVITES MSGLEVEL_NICKS
|
||||
MSGLEVEL_DCC MSGLEVEL_DCCMSGS MSGLEVEL_CLIENTNOTICE MSGLEVEL_CLIENTCRAP
|
||||
MSGLEVEL_CLIENTERROR MSGLEVEL_HILIGHT MSGLEVEL_ALL MSGLEVEL_NOHILIGHT
|
||||
MSGLEVEL_NO_ACT MSGLEVEL_NEVER MSGLEVEL_LASTLOG
|
||||
MSGLEVEL_NO_ACT MSGLEVEL_NEVER MSGLEVEL_LASTLOG MSGLEVEL_HIDDEN
|
||||
);
|
||||
|
||||
my $static = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue