diff options
author | Jilles Tjoelker <jilles@irssi.org> | 2009-09-02 21:46:57 +0000 |
---|---|---|
committer | jilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2009-09-02 21:46:57 +0000 |
commit | eedd174bac1419002634012b2cb9aeeb5aa9ee3a (patch) | |
tree | fa7ff9a4b2068c706a7dd42277ba7d672b43ed5b /docs/help/in/ignore.in | |
parent | 178cd0acfba6144924e88e6739d3c1999767585f (diff) | |
download | irssi-eedd174bac1419002634012b2cb9aeeb5aa9ee3a.zip |
Helpfile improvements from "rudi_s".
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5097 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in/ignore.in')
-rw-r--r-- | docs/help/in/ignore.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in index 54685035..17aa1c10 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -4,14 +4,15 @@ -regexp: <pattern> is a regular expression -full: <pattern> must match to full words -pattern: <pattern> must match to the message's text + -except: *DON'T* ignore - overrides an existing ignore. -replies: Ignore replies to nick in channels. For example "/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone from Finland, but also anyone sending message "tofinnishnick: blahblah". - -except: *DON'T* ignore - overrides an existing ignore. -network: Ignore only on this network. -ircnet: Same as -network. Deprecated. Do not use. -channels: Ignore only in channels + -time: <secs> seconds after the ignore is removed <mask>: Either a nick mask or list of channels <levels>: List of levels to ignore. You can use -<level> to remove levels from ignore. @@ -28,6 +29,7 @@ The best match always wins, so you can have: Examples: + /IGNORE * JOINS - ignore joins in all channels /IGNORE #channel ALL -PUBLIC -ACTIONS - ignore all but public/actions /IGNORE #channel -JOINS - don't ignore joins anymore /IGNORE -replies *!user@*.host.org ALL - ignore user and all replies |