summaryrefslogtreecommitdiff
path: root/vchat-config.h
diff options
context:
space:
mode:
authorerdgeist <>2007-06-28 17:23:18 +0000
committererdgeist <>2007-06-28 17:23:18 +0000
commit115003bd86a50e6d84fca063ab72451e317e787a (patch)
tree492860e645ebae00dbd2269e4554c2506bd074fa /vchat-config.h
parent3c11bea99886b006ca499e1be6a3a17d225cedc7 (diff)
Auto reconnect
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-xvchat-config.h1
1 files changed, 1 insertions, 0 deletions
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[] = {
55 {CF_SCROLLBPRIVT,CO_INT, "privscrollt",(char *) 0, (char *)-1, { NULL } }, 55 {CF_SCROLLBPRIVT,CO_INT, "privscrollt",(char *) 0, (char *)-1, { NULL } },
56 {CF_SCROLLBACKT, CO_INT, "scrolltime", (char *) 86400, (char *)-1, { NULL } }, 56 {CF_SCROLLBACKT, CO_INT, "scrolltime", (char *) 86400, (char *)-1, { NULL } },
57 {CF_BELLPRIV, CO_INT, "bellonpm", (char *) 0, (char *)-1, { NULL } }, 57 {CF_BELLPRIV, CO_INT, "bellonpm", (char *) 0, (char *)-1, { NULL } },
58 {CF_AUTORECONN, CO_INT, "autoreconn", (char *) 0, (char *)-1, { NULL } },
58 {CF_NIL, CO_NIL, NULL, NULL, NULL, { NULL } }, 59 {CF_NIL, CO_NIL, NULL, NULL, NULL, { NULL } },
59}; 60};
60 61