diff options
author | Jase Thew <bazerka@irssi.org> | 2011-07-30 23:24:06 +0000 |
---|---|---|
committer | bazerka <bazerka@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2011-07-30 23:24:06 +0000 |
commit | 04911955fe5a15316aad7c9fee897c68ae5bf625 (patch) | |
tree | 7c81a5fa8ecd6ebbdc9743b3305aece71dd89688 /docs | |
parent | cbd163aa5a8b0c3fad97fc07a0524307ce98e31e (diff) | |
download | irssi-04911955fe5a15316aad7c9fee897c68ae5bf625.zip |
Clarify delimiter needed for -channels option of /HILIGHT and /IGNORE commands.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5206 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/hilight.in | 2 | ||||
-rw-r--r-- | docs/help/in/ignore.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/in/hilight.in b/docs/help/in/hilight.in index fce51eb1..89842933 100644 --- a/docs/help/in/hilight.in +++ b/docs/help/in/hilight.in @@ -12,7 +12,7 @@ -actcolor: Color to show in statusbar activity, or don't change if %%n. -level: Match only for <level> messages, default is publics,msgs,notices,actions - -channels: Match only in <channels> + -channels: Match only in <channels> (comma separated list) -priority: Priority to use when multiple hilights match. Default is 0. Examples: diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in index 9424e2a3..26c269a4 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -11,7 +11,7 @@ "tofinnishnick: blahblah". -network: Ignore only on this network. -ircnet: Same as -network. Deprecated. Do not use. - -channels: Ignore only in channels + -channels: Ignore only in channels (comma separated list) -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 |