mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[DEL] Remove wizard
This commit is contained in:
parent
6c5b85aea6
commit
0ce72b52e9
3 changed files with 8 additions and 195 deletions
|
|
@ -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...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue