summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2003-05-19 13:39:28 +0000
committererdgeist <>2003-05-19 13:39:28 +0000
commit8d0390cb331ad04c45554db83f02eda7c30424ee (patch)
tree2d9816535b5e8e6e70caeaa9ffb77ff42c2f15f2
parent219938e68ecbefec3d59deb6b85f9e17f6341b57 (diff)
Devlogs Formats
-rwxr-xr-xsample-devlog.fmt89
1 files changed, 89 insertions, 0 deletions
diff --git a/sample-devlog.fmt b/sample-devlog.fmt
new file mode 100755
index 0000000..56d67f7
--- /dev/null
+++ b/sample-devlog.fmt
@@ -0,0 +1,89 @@
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# devlogs colorset
32
33
34# normal text - normal
35FS_PLAIN = "%s"
36FS_CHAN = "%s"
37FS_PRIV = "%s"
38
39#server and global info, errors - red.
40FS_SERV = "^1%s"
41FS_GLOB = "^1%s"
42FS_ERR = "^1%s"
43
44#Stuff
45FS_DBG = "^3%s"
46FS_IDLE = "^8%s"
47FS_TIME = "^2[%H:%M]^0 "
48FS_TOPICW = "[ Channel %d: %s"
49FS_NOTOPICW = "[ Channel %d has no topic"
50FS_CONSOLE = "[ %s@%s:%d, use .h to get help"
51FS_CONNECTED = "^2# Connected to '^0%s^2', port ^0%d^2 ..."
52FS_TOPIC = "^1# Channel ^6%d^2 topic is: '^0%s^2'"
53FS_NOTOPIC = "^1# Channel ^6%d^2 has no topic"
54FS_CHGTOPIC = "^1# ^4%s^1 changes topic to: '^0%s^1'"
55FS_USONLINE = "^0# Currently verpeiling: %s users"
56FS_USMATCH = "^0# Users matching \"%s\":%s"
57FS_SIGNON = "^1# ^4%s^1 %s"
58FS_SIGNOFF = "^1# ^4%s^1 %s"
59FS_JOIN = "^1# ^4%s^1 %s ^0%d"
60FS_LEAVE = "^1# ^4%s^1 %s ^0%d"
61FS_NICKCHANGE = "^1# ^4%s^1 ^4%s^1 %s"
62FS_UNKNOWNMSG = "?? unknown message: %s"
63FS_BOGUSMSG = "?? bogus message: %s"
64
65# .u-style public urls -
66FS_RXPUBURL = "^0[^8%s^0] %s"
67FS_MYPUBURL = "^0[^8^u%s^U^0] %s"
68
69# public messages - nicks -> yellow & white
70FS_RXPUBMSG = "^0<^3%s^0> %s"
71FS_MYPUBMSG = "^0<^7%s^0> %s"
72FS_TXPUBMSG = "^0<^3^b%s^B^0> %s"
73
74# private msgs - enclosed in ** or (), nick is white
75FS_RXPRIVMSG = "^7(%s^7)^3 %s"
76FS_TXPRIVMSG = "^1*^7%s^1*^0 %s"
77FS_BGPRIVMSG = "^1! Bogus message, not sent."
78
79# public actions - yellow & blue
80FS_PUBACTION = "^1*^0 ^3%s^0 %s"
81FS_TXPUBACTION = "^1*^0 ^4^b%s^B^0 %s"
82FS_BGTXPUBACTION = "^1! No action taken."
83
84FS_COMMAND = "^2## command: %s"
85FS_LOCALCOMMAND = "^2## local command (not executed yet): %s"
86FS_BOGUSCOMMAND = "^2## bogus command (not executed or sent): %s"
87FS_SBINF = " [%d/%d] "
88FS_SBINF_SCROLL = " ^8[%d/%d]^0 "
89