1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Update ignore.in

This commit is contained in:
Jari Matilainen 2020-07-27 17:37:01 +02:00 committed by GitHub
parent f8052b7f57
commit 556cb25239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@
The special level 'NO_ACT' can be used to ignore activity in the statusbar
without actually ignoring the message; this behavior is somewhat special
because it is allowed in addition to other ignores for the same target.
The special level 'HIDDEN' can be used to hide matching activity without
actually ignoring the message.
%9Examples:%9
@ -40,6 +42,7 @@
/IGNORE *away* NICKS
/IGNORE #irssi NO_ACT JOINS PARTS QUITS
/IGNORE mike NO_ACT -MSGS
/IGNORE mike HIDDEN PUBLIC JOINS PARTS QUITS
/IGNORE -regexp -pattern
%9See also:%9 ACCEPT, SILENCE, UNIGNORE