diff options
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-x | vchat-config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vchat-config.h b/vchat-config.h index f011a4c..c25c3cb 100755 --- a/vchat-config.h +++ b/vchat-config.h | |||
@@ -96,8 +96,8 @@ static formatstring formatstrings[] = { | |||
96 | FE( FS_CONSOLETIME, "[%H:%M] "), | 96 | FE( FS_CONSOLETIME, "[%H:%M] "), |
97 | FE( FS_TOPICW, "[ Channel %d: %s"), | 97 | FE( FS_TOPICW, "[ Channel %d: %s"), |
98 | FE( FS_NOTOPICW, "[ Channel %d has no topic"), | 98 | FE( FS_NOTOPICW, "[ Channel %d has no topic"), |
99 | FE( FS_CONSOLE, "%s@%s:%s, use .h to get help "), | 99 | FE( FS_CONSOLE, "%s@%s:%d, use .h to get help "), |
100 | FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%s\0012 ..."), | 100 | FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%d\0012 ..."), |
101 | FE( FS_TOPIC, "\0012# Channel \0016%d\0012 topic is: '\0010%s\0012'"), | 101 | FE( FS_TOPIC, "\0012# Channel \0016%d\0012 topic is: '\0010%s\0012'"), |
102 | FE( FS_NOTOPIC, "\0012# Channel \0016%d\0012 has no topic"), | 102 | FE( FS_NOTOPIC, "\0012# Channel \0016%d\0012 has no topic"), |
103 | FE( FS_CHGTOPIC, "\0012# \0016%s\0012 changes topic to: '\0010%s\0012'"), | 103 | FE( FS_CHGTOPIC, "\0012# \0016%s\0012 changes topic to: '\0010%s\0012'"), |