File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,11 @@ All notable changes to the **GetAnyMessage** project will be documented in this
5656Includes 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+ ---
Original file line number Diff line number Diff line change @@ -2388,7 +2388,7 @@ public function handlegetmsg(Incoming & PrivateMessage $message): void {
23882388
23892389if (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 ;
You can’t perform that action at this time.
0 commit comments