From 18de21a2765f1fa33ef313fb20f5baad510cd86d Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 25 May 2003 15:06:30 +0000 Subject: encoding, time, logging, params --- vchat-config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vchat-config.h') 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[] = { {CF_KEYFILE, CO_STR, "keyfile", "~/.vchat/key", NULL, NULL }, {CF_FORMFILE, CO_STR, "formatfile", "~/.vchat/formats", NULL, NULL }, {CF_LOGFILE, CO_STR, "logfile", "~/.vchat/log", NULL, NULL, }, + {CF_ENCODING, CO_STR, "encoding", NULL, NULL, &encoding }, {CF_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, (unsigned char **)&usessl }, {CF_USECERT, CO_INT, "usecert", (char *) 1, (char *)-1, NULL }, {CF_USETIME, CO_INT, "usetime", (char *) 1, (char *)-1, (unsigned char **)&usetime }, @@ -91,9 +92,10 @@ static formatstring formatstrings[] = { FE( FS_ERR_STRING, "\0011%s %s"), FE( FS_IDLE, "\0018%s"), FE( FS_TIME, "\0015[%H:%M]\0010 "), + FE( FS_CONSOLETIME, "[%H:%M] "), FE( FS_TOPICW, "[ Channel %d: %s"), FE( FS_NOTOPICW, "[ Channel %d has no topic"), - FE( FS_CONSOLE, "[ %s@%s:%d, use .h to get help, send bugs reports and feature requests to vchat@pulse.flatline.de ..."), + FE( FS_CONSOLE, "%s@%s:%d, use .h to get help "), FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%d\0012 ..."), FE( FS_TOPIC, "\0012# Channel \0016%d\0012 topic is: '\0010%s\0012'"), FE( FS_NOTOPIC, "\0012# Channel \0016%d\0012 has no topic"), -- cgit v1.2.3