From dc6e7bc1160c777a0464de1985501a4e4a046b1e Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 13 Dec 2003 11:44:33 +0000 Subject: Experimental V6 support --- vchat-config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index 856b00c..f011a4c 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -32,7 +32,7 @@ static volatile configoption configoptions[] = { {CF_NICK, CO_STR, "nick", NULL, NULL, { .pstr = &nick } }, {CF_FROM, CO_STR, "from", "vc-alpha-0.16", NULL, { NULL } }, {CF_SERVERHOST, CO_STR, "host", "pulse.flatline.de",NULL, { NULL } }, - {CF_SERVERPORT, CO_INT, "port", (char *) 2325, (char *)-1, { NULL } }, + {CF_SERVERPORT, CO_STR, "port", "2325", NULL, { NULL } }, {CF_CIPHERSUITE, CO_STR, "ciphers", "HIGH:MEDIUM", NULL, { NULL } }, {CF_CONFIGFILE, CO_STR, "conffile", "~/.vchat/config", NULL, { NULL } }, {CF_CERTFILE, CO_STR, "certfile", "~/.vchat/cert", NULL, { NULL } }, @@ -96,8 +96,8 @@ static formatstring formatstrings[] = { 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 "), - FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%d\0012 ..."), + FE( FS_CONSOLE, "%s@%s:%s, use .h to get help "), + FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%s\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"), FE( FS_CHGTOPIC, "\0012# \0016%s\0012 changes topic to: '\0010%s\0012'"), -- cgit v1.2.3