diff options
author | Timo Sirainen <cras@irssi.org> | 2001-05-30 08:58:19 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-05-30 08:58:19 +0000 |
commit | 5fe2ba9f6186b54271c6ef2f3cd870df7741a1ce (patch) | |
tree | f49e1a5281ed6238eb9d7924cb16050569a8abd1 /docs | |
parent | 7cab17c2c98477db4c6b7129cf08772021b2fdc0 (diff) | |
download | irssi-5fe2ba9f6186b54271c6ef2f3cd870df7741a1ce.zip |
-word -> -full
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1518 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-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 34a49dec..002842f8 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -2,7 +2,7 @@ @SYNTAX:ignore@ -regexp: <pattern> is a regular expression - -word: <pattern> must match to full words + -full: <pattern> must match to full words -pattern: <pattern> must match to the message's text -replies: Ignore replies to nick in channels. For example "/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone |