summaryrefslogtreecommitdiff
path: root/sample-count.fmt
diff options
context:
space:
mode:
authorerdgeist <>2003-02-12 17:48:37 +0000
committererdgeist <>2003-02-12 17:48:37 +0000
commitdea6bf757aa9a875eab35b2b650412e7605f1308 (patch)
tree14ed8374c3a3862529313088375693a7de70d3a7 /sample-count.fmt
CVS moved to erdgeist.org
Diffstat (limited to 'sample-count.fmt')
-rwxr-xr-xsample-count.fmt73
1 files changed, 73 insertions, 0 deletions
diff --git a/sample-count.fmt b/sample-count.fmt
new file mode 100755
index 0000000..019c46e
--- /dev/null
+++ b/sample-count.fmt
@@ -0,0 +1,73 @@
1# !!! This file must be named ~/.vchat/formats in order to work !!!
2
3# please be REALLY REALLY careful here
4# the following lines will be used as
5# format strings
6
7# ^ introduces a style change:
8# TODO: ^^ == '^'
9
10# 0 - default colorpair for window
11# 1 - colorpair 1 RED
12# 2 - colorpair 2 GREEN
13# 3 - colorpair 3 YELLOW
14# 4 - colorpair 4 BLUE
15# 5 - colorpair 5 MAGENTA
16# 6 - colorpair 6 CYAN
17# 7 - colorpair 7 WHITE
18# 8 - colorpair 8 WHITE on RED
19# 9 - colorpair 9 WHITE on BLUE
20# aA - alternate charset on/off
21# bB - bold on/off
22# dD - dim on/off
23# iI - invisible on/off
24# lL - blink on/off
25# nN - normal on/off
26# pP - protected on/off
27# rR - reverse on/off
28# sS - standout on/off
29# uU - underlined on/off
30
31
32# Counts defaults:
33
34FS_PLAIN = "%s"
35FS_CHAN = "%s"
36FS_PRIV = "%s"
37FS_SERV = "^2%s"
38FS_GLOB = "^2%s"
39FS_DBG = "^3%s"
40FS_ERR = "^1%s"
41FS_IDLE = "^8%s"
42FS_TIME = "^5[%H:%M]-- ^0"
43FS_TOPICW = "[ Channel %d: %s"
44FS_NOTOPICW = "[ Channel %d has no topic"
45FS_CONSOLE = "[ %s@%s:%d, use .h to get help, send bugs reports and feature requests to vchat@pulse.flatline.de ..."
46FS_CONNECTED = "^2# Connected to '^6%s^2', port ^6%d^2 ..."
47FS_TOPIC = "^2# Channel ^6%d^2 topic is: '^0%s^2'"
48FS_NOTOPIC = "^2# Channel ^6%d^2 has no topic"
49FS_CHGTOPIC = "^2# ^6%s^2 changes topic to: '^0%s^2'"
50FS_USONLINE = "^2# Users online: %s"
51FS_USMATCH = "^2# Users matching \"%s\":%s"
52FS_SIGNON = "^2# ^6%s^2 %s"
53FS_SIGNOFF = "^2# ^6%s^2 %s"
54FS_JOIN = "^2# ^6%s^2 %s ^6%d"
55FS_LEAVE = "^2# ^6%s^2 %s ^6%d"
56FS_NICKCHANGE = "^2# ^6%s^2 ^6%s^2 %s"
57FS_UNKNOWNMSG = "?? unknown message: %s"
58FS_BOGUSMSG = "?? bogus message: %s"
59FS_RXPUBURL = "^5[^6%s^5]^0 %s"
60FS_MYPUBURL = "^5[^6^u%s^U^5]^0 %s"
61FS_RXPUBMSG = "^5<^6%s^5>^0 %s"
62FS_MYPUBMSG = "^5<^6^u%s^U^5>^0 %s"
63FS_TXPUBMSG = "^5<^6^b%s^B^5>^0 %s"
64FS_RXPRIVMSG = "^5*^6%s^5*^0 %s"
65FS_TXPRIVMSG = "^5-> *^6%s^5*^0 %s"
66FS_BGPRIVMSG = "^1! Bogus message, not sent."
67FS_PUBACTION = "^5*^0 ^6%s^0 %s"
68FS_TXPUBACTION = "^5*^0 ^6^b%s^B^0 %s"
69FS_BGTXPUBACTION = "^1! No action taken."
70FS_COMMAND = "^2## command: %s"
71FS_LOCALCOMMAND = "^2## local command (not executed yet): %s"
72FS_BOGUSCOMMAND = "^2## bogus command (not executed or sent): %s"
73FS_SBINF = " [%d/%d] "