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