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