X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fignore.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fignore.in;h=26c269a458e69b3f5e4a335b77b3170ee391ef8b;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=c5b5c342e1c3ab271b0e93a03dd7d63914db2c1c;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/docs/help/in/ignore.in b/apps/irssi/docs/help/in/ignore.in index c5b5c342..26c269a4 100644 --- a/apps/irssi/docs/help/in/ignore.in +++ b/apps/irssi/docs/help/in/ignore.in @@ -4,15 +4,18 @@ -regexp: is a regular expression -full: must match to full words -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. - -channels: Ignore only in channels + -network: Ignore only on this network. + -ircnet: Same as -network. Deprecated. Do not use. + -channels: Ignore only in channels (comma separated list) + -time: seconds after the ignore is removed : Either a nick mask or list of channels : List of levels to ignore. You can use - to remove levels - from ignore. + from ignore (/help levels for details). <^levels>: List of levels to NOT ignore (/ignore -except nick notices = /ignore nick ^notices) @@ -26,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 @@ -38,5 +42,5 @@ Some suggestions for ignoring annoying public aways: For regular expressions, see `man 7 regex`. -See also: UNIGNORE +See also: UNIGNORE, SILENCE, ACCEPT