X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fimport.c;h=9a72f4cb29349daa281091ec5d4d830fde761c78;hb=c1a85e88e78f9275e8504f744f16d1af1656e3fc;hp=812d8ecccd3204e3cff4aa69b5c5ad304c86c644;hpb=d6426446376f90e296b1e076327042526283cf89;p=citadel.git diff --git a/citadel/import.c b/citadel/import.c index 812d8eccc..9a72f4cb2 100644 --- a/citadel/import.c +++ b/citadel/import.c @@ -115,8 +115,6 @@ void imp_config() { config.c_twitdetect = atoi(value); if (!strcasecmp(key, "c_twitroom")) strcpy(config.c_twitroom, value); - if (!strcasecmp(key, "c_defent")) - config.c_defent = atoi(value); if (!strcasecmp(key, "c_moreprompt")) strcpy(config.c_moreprompt, value); if (!strcasecmp(key, "c_restrict"))