[DEL] Remove wizard

This commit is contained in:
LDA 2024-09-05 10:05:25 +02:00
commit 0ce72b52e9
3 changed files with 8 additions and 195 deletions

View file

@ -155,6 +155,10 @@ Main(Array *args, HashMap *env)
ParseeConfigLoad(configuration);
ParseeConfigInit();
parsee_conf = ParseeConfigGet();
if (!parsee_conf)
{
goto end;
}
Log(LOG_NOTICE, "Connecting to XMPP...");