summaryrefslogtreecommitdiff
path: root/sample-oldstyle.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-oldstyle.fmt
CVS moved to erdgeist.org
Diffstat (limited to 'sample-oldstyle.fmt')
-rwxr-xr-xsample-oldstyle.fmt73
1 files changed, 73 insertions, 0 deletions
diff --git a/sample-oldstyle.fmt b/sample-oldstyle.fmt
new file mode 100755
index 0000000..a1b0eb5
--- /dev/null
+++ b/sample-oldstyle.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 = "^0%s"
35FS_CHAN = "^0%s"
36FS_PRIV = "^0%s"
37FS_SERV = "^0%s"
38FS_GLOB = "^0%s"
39FS_DBG = "^0%s"
40FS_ERR = "^0^b%s^B"
41FS_IDLE = "^0^r%s^R"
42FS_TIME = "^0%H:%M "
43FS_TOPICW = "Channel %d: %s"
44FS_NOTOPICW = "Channel %d has no topic"
45FS_CONSOLE = "-=- VChat V0.1 -=- type .h for help -=-"
46FS_CONNECTED = "^0* Connected to '%s', port %d ..."
47FS_TOPIC = "^0* Channel %d topic is: '%s'"
48FS_NOTOPIC = "^0* Channel %d has no topic"
49FS_CHGTOPIC = "^0* %s changed the channel topic to '%s'"
50FS_USONLINE = "^0* Users online: %s"
51FS_USMATCH = "^0* Users matching \"%s\":%s"
52FS_SIGNON = "^0* %s %s"
53FS_SIGNOFF = "^0* %s %s"
54FS_JOIN = "^0* %s %s %d"
55FS_LEAVE = "^0* %s %s %d"
56FS_NICKCHANGE = "^0* %s changed h** nick to %s"
57FS_UNKNOWNMSG = "^0* unknown message: %s"
58FS_BOGUSMSG = "^0* bogus message: %s"
59FS_RXPUBURL = "^0[%s] %s"
60FS_MYPUBURL = "^0[%s] %s"
61FS_RXPUBMSG = "^0<%s> %s"
62FS_MYPUBMSG = "^0<^u%s^U> %s"
63FS_TXPUBMSG = "^0<%s> ^b%s^B"
64FS_RXPRIVMSG = "^0*%s* %s"
65FS_TXPRIVMSG = "^0^b.m %s %s^B"
66FS_BGPRIVMSG = "^0* Bogus message, not sent."
67FS_PUBACTION = "^0%s %s"
68FS_TXPUBACTION = "^0^b.a %s %s^B"
69FS_BGTXPUBACTION = "^1! No action taken."
70FS_COMMAND = "^0* command: %s"
71FS_LOCALCOMMAND = "^0* local command (not executed yet): %s"
72FS_BOGUSCOMMAND = "^0* bogus command (not executed or sent): %s"
73FS_SBINF = " %d/%d "