]> git.localhorst.tv Git - alttp.git/commitdiff
more aggressive ai viewers combating
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 4 Jul 2026 09:51:07 +0000 (11:51 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 4 Jul 2026 09:51:38 +0000 (11:51 +0200)
app/TwitchBot/TokenizedMessage.php

index 6b40347527d36f7ab1e612dda9136d142d851a5d..6494c56f4f4fac0f445f93e43962a6beb148b4e4 100644 (file)
@@ -261,6 +261,9 @@ class TokenizedMessage {
                if ($this->startsWith('!')) {
                        return true;
                }
+               if ($this->startsWithRaw('aiview')) {
+                       return true;
+               }
                if ($this->contains(['€', '$', '@', '://'])) {
                        return true;
                }