diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-07-04 23:48:41 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-07-04 23:48:41 +0200 |
commit | ed516295143a46fe310ed1999646110604001f35 (patch) | |
tree | 360774ecf90357acecca10cd54608ead86eebde4 /docs | |
parent | 4c8fe0963c61059cff956ec401ef2cea0091e0fb (diff) | |
parent | a9d9756d4d4aa61e07f98f3d58f5db85cda08437 (diff) | |
download | irssi-ed516295143a46fe310ed1999646110604001f35.zip |
Merge pull request #80 from dgl/noact
Change NO_ACT so it can be combined with other levels
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/ignore.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in index 26c269a4..fbb23fe4 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -40,6 +40,19 @@ Some suggestions for ignoring annoying public aways: /IGNORE *afk* NICKS /IGNORE *away* NICKS +The special level "NO_ACT" can be used to ignore activity ("Act:") but not +actually ignore the message entirely. It is somewhat special because it is +allowed in addition to another ignore for the same target. + +Examples: + + /IGNORE #channel NO_ACT JOINS PARTS QUITS - hide joins, etc from activity + /IGNORE nick NO_ACT -MSGS - ignore activity from nick, except for /MSG + /IGNORE -regexp -pattern . -except nick NO_ACT HILIGHT + - combined with the ignore above show hilights from this nick (needs to be + an except as "PUBLIC HILIGHT" still matches public, the regexp is used to + have more than one ignore for "nick"). + For regular expressions, see `man 7 regex`. See also: UNIGNORE, SILENCE, ACCEPT |