From 115003bd86a50e6d84fca063ab72451e317e787a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 28 Jun 2007 17:23:18 +0000 Subject: Auto reconnect --- vchat-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index eb0afc1..34866b1 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -55,6 +55,7 @@ static volatile configoption configoptions[] = { {CF_SCROLLBPRIVT,CO_INT, "privscrollt",(char *) 0, (char *)-1, { NULL } }, {CF_SCROLLBACKT, CO_INT, "scrolltime", (char *) 86400, (char *)-1, { NULL } }, {CF_BELLPRIV, CO_INT, "bellonpm", (char *) 0, (char *)-1, { NULL } }, + {CF_AUTORECONN, CO_INT, "autoreconn", (char *) 0, (char *)-1, { NULL } }, {CF_NIL, CO_NIL, NULL, NULL, NULL, { NULL } }, }; -- cgit v1.2.3