diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 02:11:31 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 02:11:31 +0200 |
commit | 492d98358d3a24c8e80b59bf1f1dbc9ae3dbd85c (patch) | |
tree | ff2ca0716cc299f89b060e3d69ffa194c376f1c8 | |
parent | e891b29aef7421b6b8679bf73b072b9ef69ec1a2 (diff) | |
download | irssi-492d98358d3a24c8e80b59bf1f1dbc9ae3dbd85c.zip |
Improved the IGNORE examples
Improved the IGNORE examples.
-rw-r--r-- | docs/help/in/ignore.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in index bb7af901..85f71ad8 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -29,7 +29,7 @@ /IGNORE -except *!*@*.google.com CTCPS /IGNORE #irssi ALL -PUBLIC -ACTIONS /IGNORE -replies *!*@*.google.com ALL - /IGNORE -regexp -pattern "is (away|gone|back)" * ACTIONS + /IGNORE -regexp -pattern (away|gone|back|playing|returned) * ACTIONS /IGNORE *zzz* NICKS /IGNORE *afk* NICKS /IGNORE *away* NICKS |