--- a/src/multi.c Tue Nov 28 02:22:42 2000 +0000 +++ b/src/multi.c Tue Nov 28 04:12:06 2000 +0000 @@ -55,7 +55,8 @@ gc->prpl = find_prpl(user->protocol); g_snprintf(gc->username, sizeof(gc->username), "%s", user->username); g_snprintf(gc->password, sizeof(gc->password), "%s", user->password); - gc->keepalive = -1; + gc->options = user->options; + gc->keepalive = 0; gc->inpa = -1; gc->buddy_chats = NULL; gc->groups = NULL;