diff options
author | erdgeist <> | 2003-02-12 17:48:37 +0000 |
---|---|---|
committer | erdgeist <> | 2003-02-12 17:48:37 +0000 |
commit | dea6bf757aa9a875eab35b2b650412e7605f1308 (patch) | |
tree | 14ed8374c3a3862529313088375693a7de70d3a7 /filters |
CVS moved to erdgeist.org
Diffstat (limited to 'filters')
-rwxr-xr-x | filters | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ | |||
1 | vchat-client now offers a new model of shaping your messages: | ||
2 | Filters. | ||
3 | |||
4 | Filters can have different colours, where [0-9] stand for | ||
5 | colour pairs, certain letters of [a-zA-Z] mean character | ||
6 | attributes. The two "special colours" [+-] are used for | ||
7 | black/whitelisting your messages, from now on called | ||
8 | ignore/zoom. | ||
9 | |||
10 | While the alphanumeric colours are used to highlight the | ||
11 | regex associated with them, the latter case may be used | ||
12 | to select some of the messages from your scrollback buffer. | ||
13 | |||
14 | This may mean - regex "all but those messages containing | ||
15 | the regex" or + regex "only those messages containing the | ||
16 | regex". | ||
17 | |||
18 | When you have ignore regexes, zooming always supersedes | ||
19 | ignorance, i.e. a message that once is declared as white- | ||
20 | listed wont be ignored. | ||