diff options
Diffstat (limited to 'sample-devlog.fmt')
-rwxr-xr-x | sample-devlog.fmt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample-devlog.fmt b/sample-devlog.fmt index e70364d..ac30551 100755 --- a/sample-devlog.fmt +++ b/sample-devlog.fmt | |||
@@ -47,8 +47,8 @@ FS_IDLE = "^8%s" | |||
47 | FS_TIME = "^2[%H:%M]^0 " | 47 | FS_TIME = "^2[%H:%M]^0 " |
48 | FS_TOPICW = "[ Channel %d: %s" | 48 | FS_TOPICW = "[ Channel %d: %s" |
49 | FS_NOTOPICW = "[ Channel %d has no topic" | 49 | FS_NOTOPICW = "[ Channel %d has no topic" |
50 | FS_CONSOLE = "%s@%s:%d, use .h to get help" | 50 | FS_CONSOLE = "%s@%s:%s, use .h to get help" |
51 | FS_CONNECTED = "^2# Connected to '^0%s^2', port ^0%d^2 ..." | 51 | FS_CONNECTED = "^2# Connected to '^0%s^2', port ^0%s^2 ..." |
52 | FS_TOPIC = "^1# Channel ^6%d^2 topic is: '^0%s^2'" | 52 | FS_TOPIC = "^1# Channel ^6%d^2 topic is: '^0%s^2'" |
53 | FS_NOTOPIC = "^1# Channel ^6%d^2 has no topic" | 53 | FS_NOTOPIC = "^1# Channel ^6%d^2 has no topic" |
54 | FS_CHGTOPIC = "^1# ^4%s^1 changes topic to: '^0%s^1'" | 54 | FS_CHGTOPIC = "^1# ^4%s^1 changes topic to: '^0%s^1'" |