summaryrefslogtreecommitdiff
path: root/sample-erdgeist.fmt
diff options
context:
space:
mode:
authorerdgeist <>2003-05-25 15:06:30 +0000
committererdgeist <>2003-05-25 15:06:30 +0000
commit18de21a2765f1fa33ef313fb20f5baad510cd86d (patch)
treeb351c27a6c97712540db0832dc29aea64a8022ee /sample-erdgeist.fmt
parenta66217bdd998bee8cce8670b149f1bf08c1b2bdc (diff)
encoding, time, logging, params
Diffstat (limited to 'sample-erdgeist.fmt')
-rwxr-xr-xsample-erdgeist.fmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sample-erdgeist.fmt b/sample-erdgeist.fmt
index cce9ef2..5fc87e1 100755
--- a/sample-erdgeist.fmt
+++ b/sample-erdgeist.fmt
@@ -39,9 +39,10 @@ FS_DBG = "^3%s"
39FS_ERR = "^1%s" 39FS_ERR = "^1%s"
40FS_IDLE = "^8%s" 40FS_IDLE = "^8%s"
41FS_TIME = "^9[%H:%M]^0 " 41FS_TIME = "^9[%H:%M]^0 "
42FS_CONSOLETIME = "[%H:%M] "
42FS_TOPICW = "[ Channel %d: %s" 43FS_TOPICW = "[ Channel %d: %s"
43FS_NOTOPICW = "[ Channel %d has no topic" 44FS_NOTOPICW = "[ Channel %d has no topic"
44FS_CONSOLE = "[ %s@%s:%d, use .h to get help" 45FS_CONSOLE = "%s@%s:%d, use .h to get help"
45FS_CONNECTED = "^2# Connected to '^0%s^2', port ^0%d^2 ..." 46FS_CONNECTED = "^2# Connected to '^0%s^2', port ^0%d^2 ..."
46FS_TOPIC = "^1# Channel ^6%d^2 topic is: '^0%s^2'" 47FS_TOPIC = "^1# Channel ^6%d^2 topic is: '^0%s^2'"
47FS_NOTOPIC = "^1# Channel ^6%d^2 has no topic" 48FS_NOTOPIC = "^1# Channel ^6%d^2 has no topic"