We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed7f504 + 7c7e9fa commit c6377caCopy full SHA for c6377ca
2 files changed
CHANGELOG.md
@@ -56,3 +56,11 @@ All notable changes to the **GetAnyMessage** project will be documented in this
56
Includes login, copying of any type of chat including private/user/bot, and everything you need.
57
58
---
59
+
60
+## [v1.1.1] - 2026-03-08
61
62
+### Changed:
63
+Change isadmin flag to true for specific message
64
+- Disable the force join
65
66
+---
src/bot.php
@@ -2388,7 +2388,7 @@ public function handlegetmsg(Incoming & PrivateMessage $message): void {
2388
2389
if(preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i',$messagetext)){
2390
2391
-$isadmin = false;
+$isadmin = true;
2392
2393
$sessionDir = "data/$senderid/user.madeline";
2394
$session1 = false;
0 commit comments