Merge pull request #1 from Poup2804/master

🧠
This commit is contained in:
bruninoit 2018-02-27 23:18:55 +01:00 committed by GitHub
commit 62ecc1d248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,15 @@ while($running)
$type = "privato";
}
@include("_comandi.php");
try {
require "_comandi.php";
} catch(Exception $e) {
if (isset($chatID)) {
try {
sm($chatID,'<code>'.$e.'</code>');
} catch(Exception $e) { }
}
}
}