diff options
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-x | vchat-config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vchat-config.h b/vchat-config.h index 85db619..ca938b7 100755 --- a/vchat-config.h +++ b/vchat-config.h | |||
@@ -39,6 +39,7 @@ static volatile configoption configoptions[] = { | |||
39 | {CF_KEYFILE, CO_STR, "keyfile", "~/.vchat/key", NULL, NULL }, | 39 | {CF_KEYFILE, CO_STR, "keyfile", "~/.vchat/key", NULL, NULL }, |
40 | {CF_FORMFILE, CO_STR, "formatfile", "~/.vchat/formats", NULL, NULL }, | 40 | {CF_FORMFILE, CO_STR, "formatfile", "~/.vchat/formats", NULL, NULL }, |
41 | {CF_LOGFILE, CO_STR, "logfile", "~/.vchat/log", NULL, NULL, }, | 41 | {CF_LOGFILE, CO_STR, "logfile", "~/.vchat/log", NULL, NULL, }, |
42 | {CF_ENCODING, CO_STR, "encoding", NULL, NULL, &encoding }, | ||
42 | {CF_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, (unsigned char **)&usessl }, | 43 | {CF_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, (unsigned char **)&usessl }, |
43 | {CF_USECERT, CO_INT, "usecert", (char *) 1, (char *)-1, NULL }, | 44 | {CF_USECERT, CO_INT, "usecert", (char *) 1, (char *)-1, NULL }, |
44 | {CF_USETIME, CO_INT, "usetime", (char *) 1, (char *)-1, (unsigned char **)&usetime }, | 45 | {CF_USETIME, CO_INT, "usetime", (char *) 1, (char *)-1, (unsigned char **)&usetime }, |
@@ -91,9 +92,10 @@ static formatstring formatstrings[] = { | |||
91 | FE( FS_ERR_STRING, "\0011%s %s"), | 92 | FE( FS_ERR_STRING, "\0011%s %s"), |
92 | FE( FS_IDLE, "\0018%s"), | 93 | FE( FS_IDLE, "\0018%s"), |
93 | FE( FS_TIME, "\0015[%H:%M]\0010 "), | 94 | FE( FS_TIME, "\0015[%H:%M]\0010 "), |
95 | FE( FS_CONSOLETIME, "[%H:%M] "), | ||
94 | FE( FS_TOPICW, "[ Channel %d: %s"), | 96 | FE( FS_TOPICW, "[ Channel %d: %s"), |
95 | FE( FS_NOTOPICW, "[ Channel %d has no topic"), | 97 | FE( FS_NOTOPICW, "[ Channel %d has no topic"), |
96 | FE( FS_CONSOLE, "[ %s@%s:%d, use .h to get help, send bugs reports and feature requests to vchat@pulse.flatline.de ..."), | 98 | FE( FS_CONSOLE, "%s@%s:%d, use .h to get help "), |
97 | FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%d\0012 ..."), | 99 | FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%d\0012 ..."), |
98 | FE( FS_TOPIC, "\0012# Channel \0016%d\0012 topic is: '\0010%s\0012'"), | 100 | FE( FS_TOPIC, "\0012# Channel \0016%d\0012 topic is: '\0010%s\0012'"), |
99 | FE( FS_NOTOPIC, "\0012# Channel \0016%d\0012 has no topic"), | 101 | FE( FS_NOTOPIC, "\0012# Channel \0016%d\0012 has no topic"), |