diff options
Diffstat (limited to 'sample-erdgeist.fmt')
-rwxr-xr-x | sample-erdgeist.fmt | 3 |
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" | |||
39 | FS_ERR = "^1%s" | 39 | FS_ERR = "^1%s" |
40 | FS_IDLE = "^8%s" | 40 | FS_IDLE = "^8%s" |
41 | FS_TIME = "^9[%H:%M]^0 " | 41 | FS_TIME = "^9[%H:%M]^0 " |
42 | FS_CONSOLETIME = "[%H:%M] " | ||
42 | FS_TOPICW = "[ Channel %d: %s" | 43 | FS_TOPICW = "[ Channel %d: %s" |
43 | FS_NOTOPICW = "[ Channel %d has no topic" | 44 | FS_NOTOPICW = "[ Channel %d has no topic" |
44 | FS_CONSOLE = "[ %s@%s:%d, use .h to get help" | 45 | 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_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_TOPIC = "^1# Channel ^6%d^2 topic is: '^0%s^2'" |
47 | FS_NOTOPIC = "^1# Channel ^6%d^2 has no topic" | 48 | FS_NOTOPIC = "^1# Channel ^6%d^2 has no topic" |