This commit is contained in:
TimZ99 2020-02-09 20:55:34 +01:00
parent cad814ae0f
commit f2d14bfd1f
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
4 changed files with 82 additions and 83 deletions

View File

@ -34,7 +34,7 @@ namespace {
#
###############################################
/**
/**
* Retrieve language settings from the selected language file
* Return false if arg is not found
*
@ -678,7 +678,6 @@ namespace {
JAXLLogger::info('got on_auth_success cb');
$client->send_chat_msg($receiver, $message);
$client->send_end_stream();
});
$client->add_cb('on_auth_failure', function ($reason) use ($client) {
$client->send_end_stream();