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 /sample-mAsq.fmt |
CVS moved to erdgeist.org
Diffstat (limited to 'sample-mAsq.fmt')
-rwxr-xr-x | sample-mAsq.fmt | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/sample-mAsq.fmt b/sample-mAsq.fmt new file mode 100755 index 0000000..02908b0 --- /dev/null +++ b/sample-mAsq.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 | |||
34 | FS_PLAIN = "%s" | ||
35 | FS_CHAN = "%s" | ||
36 | FS_PRIV = "%s" | ||
37 | FS_SERV = "^2%s" | ||
38 | FS_GLOB = "^2%s" | ||
39 | FS_DBG = "^3%s" | ||
40 | FS_ERR = "^1%s" | ||
41 | FS_IDLE = "^8%s" | ||
42 | FS_TIME = "^5%H:%M^0 " | ||
43 | FS_TOPICW = "[ Channel %d: %s" | ||
44 | FS_NOTOPICW = "[ Channel %d has no topic" | ||
45 | FS_CONSOLE = "[ %s@%s:%d, use .h to get help, send bugs reports and feature requests to vchat@pulse.flatline.de ..." | ||
46 | FS_CONNECTED = "^2*^0C^2* Connected to '^6%s^2', port ^6%d^2 ..." | ||
47 | FS_TOPIC = "^2*^0T^2* Channel ^6%d^2 topic is: '^0%s^2'" | ||
48 | FS_NOTOPIC = "^2*^0T^2* Channel ^6%d^2 has no topic" | ||
49 | FS_CHGTOPIC = "^5*^0T^2* ^6%s^2 changes topic to: '^0%s^2'" | ||
50 | FS_USONLINE = "^2*^0+^2* Users online: %s" | ||
51 | FS_USMATCH = "^2*^0=^2* Users matching \"%s\":%s" | ||
52 | FS_SIGNON = "^3*^0>^3* ^6%s^2 %s" | ||
53 | FS_SIGNOFF = "^1*^0<^1* ^6%s^2 %s" | ||
54 | FS_JOIN = "^3*^0^b>^B^3* ^6%s^2 %s ^6%d" | ||
55 | FS_LEAVE = "^1*^0^b<^B^1* ^6%s^2 %s ^6%d" | ||
56 | FS_NICKCHANGE = "^5*^0N^5* ^6%s^2 ^6%s^2 %s" | ||
57 | FS_UNKNOWNMSG = "^5*^1!^5*^1 unknown message: %s" | ||
58 | FS_BOGUSMSG = "^5*^1!^5*^1 bogus message: %s" | ||
59 | FS_RXPUBURL = "^5[^6%s^5]^0 ^u%s^U" | ||
60 | FS_MYPUBURL = "^5[^6^u%s^U^5]^0 %s" | ||
61 | FS_RXPUBMSG = "^5<^6%s^5>^0 %s" | ||
62 | FS_MYPUBMSG = "^5<^6^u%s^U^5>^0 %s" | ||
63 | FS_TXPUBMSG = "^5<^6^b%s^B^5>^0 %s" | ||
64 | FS_RXPRIVMSG = "^5[^6^u%s^U^5]^0 %s" | ||
65 | FS_TXPRIVMSG = "^5>^6^b%s^B^5<^0 %s" | ||
66 | FS_BGPRIVMSG = "^5*^1!^5*^1 Bogus message, not sent." | ||
67 | FS_PUBACTION = "^5*^0 ^6%s^0 %s" | ||
68 | FS_TXPUBACTION = "^5*^0 ^6^b%s^B^0 %s" | ||
69 | FS_BGTXPUBACTION = "^1! No action taken." | ||
70 | FS_COMMAND = "^2*^5I^2* command: %s" | ||
71 | FS_LOCALCOMMAND = "^5*^1!^5^1 local command (not executed yet): %s" | ||
72 | FS_BOGUSCOMMAND = "^5*^1!^5^1 bogus command (not executed or sent): %s" | ||
73 | FS_SBINF = " [%d/%d] " | ||