Skip to content

Commit f175307

Browse files
authored
Change isadmin flag to true for specific message
Change isadmin flag to true for specific message - Disable the force join
1 parent 94b04da commit f175307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)