From a421d978dd011f51041d618b5295706b1c26cc38 Mon Sep 17 00:00:00 2001 From: Le Alternative Date: Wed, 24 Feb 2021 22:26:02 +0100 Subject: [PATCH] Aggiornare 'mybot.php' --- mybot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybot.php b/mybot.php index 12e0a24..6289d23 100644 --- a/mybot.php +++ b/mybot.php @@ -70,7 +70,7 @@ Questo bot si può utilizzare in due modi:\n\n· Inline: prova a tagg $telegram->sendMessage($content); } -if (strpos($text, "cerca") === 0) { +if (stripos($text, "cerca") === 0) { $searchquery = substr($text, 6); $url = "https://www.lealternative.net?s=".$searchquery.""; $content = array(