summaryrefslogtreecommitdiff
path: root/sample-mAsq.fmt
diff options
context:
space:
mode:
Diffstat (limited to 'sample-mAsq.fmt')
-rwxr-xr-xsample-mAsq.fmt73
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
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*^0C^2* Connected to '^6%s^2', port ^6%d^2 ..."
47FS_TOPIC = "^2*^0T^2* Channel ^6%d^2 topic is: '^0%s^2'"
48FS_NOTOPIC = "^2*^0T^2* Channel ^6%d^2 has no topic"
49FS_CHGTOPIC = "^5*^0T^2* ^6%s^2 changes topic to: '^0%s^2'"
50FS_USONLINE = "^2*^0+^2* Users online: %s"
51FS_USMATCH = "^2*^0=^2* Users matching \"%s\":%s"
52FS_SIGNON = "^3*^0>^3* ^6%s^2 %s"
53FS_SIGNOFF = "^1*^0<^1* ^6%s^2 %s"
54FS_JOIN = "^3*^0^b>^B^3* ^6%s^2 %s ^6%d"
55FS_LEAVE = "^1*^0^b<^B^1* ^6%s^2 %s ^6%d"
56FS_NICKCHANGE = "^5*^0N^5* ^6%s^2 ^6%s^2 %s"
57FS_UNKNOWNMSG = "^5*^1!^5*^1 unknown message: %s"
58FS_BOGUSMSG = "^5*^1!^5*^1 bogus message: %s"
59FS_RXPUBURL = "^5[^6%s^5]^0 ^u%s^U"
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^u%s^U^5]^0 %s"
65FS_TXPRIVMSG = "^5>^6^b%s^B^5<^0 %s"
66FS_BGPRIVMSG = "^5*^1!^5*^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*^5I^2* command: %s"
71FS_LOCALCOMMAND = "^5*^1!^5^1 local command (not executed yet): %s"
72FS_BOGUSCOMMAND = "^5*^1!^5^1 bogus command (not executed or sent): %s"
73FS_SBINF = " [%d/%d] "