Skip to content

Commit c6377ca

Browse files
authored
Merge pull request #6 from WizardLoop/dev
Disable the force join
2 parents ed7f504 + 7c7e9fa commit c6377ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@ All notable changes to the **GetAnyMessage** project will be documented in this
5656
Includes login, copying of any type of chat including private/user/bot, and everything you need.
5757

5858
---
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ public function handlegetmsg(Incoming & PrivateMessage $message): void {
23882388

23892389
if(preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i',$messagetext)){
23902390

2391-
$isadmin = false;
2391+
$isadmin = true;
23922392

23932393
$sessionDir = "data/$senderid/user.madeline";
23942394
$session1 = false;

0 commit comments

Comments
 (0)