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=34a49dece3b99ed139d95e2b215a6bd5950dd53d;hb=23c5df1c8b0bfe539d3fa65802186e6e09e044aa;hp=0000000000000000000000000000000000000000;hpb=0f9738ce962b8498bbed0a75d5fb6fa127e3577f;p=silc.git diff --git a/apps/irssi/docs/help/in/ignore.in b/apps/irssi/docs/help/in/ignore.in new file mode 100644 index 00000000..34a49dec --- /dev/null +++ b/apps/irssi/docs/help/in/ignore.in @@ -0,0 +1,26 @@ + +@SYNTAX:ignore@ + + -regexp: is a regular expression + -word: must match to full words + -pattern: must match to the message's text + -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 + -channels: Ignore only in channels + : Either a nick mask or list of channels + : List of levels to ignore + <^levels>: List of levels to NOT ignore + (/ignore -except nick notices = /ignore nick ^notices) + + +/IGNORE without any arguments displays list of ignores. + +The best match always wins, so you can have: + /IGNORE * CTCPS + /IGNORE -except *!*@host.org CTCPS + +See also: UNIGNORE +