mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Helpfile improvements from "rudi_s".
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5097 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
178cd0acfb
commit
eedd174bac
10 changed files with 21 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue