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