]> git.localhorst.tv Git - alttp.git/commitdiff
more spam
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 2 Apr 2024 18:31:20 +0000 (20:31 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 2 Apr 2024 18:31:20 +0000 (20:31 +0200)
app/Models/ChatLog.php

index 943ce6e659e846effb274ba467c23ecfbd1470ff..05c1584e44a306dc47d4abc130fcde3f598370bc 100644 (file)
@@ -162,6 +162,12 @@ class ChatLog extends Model {
                if (strpos($text, 'view ers') !== false) {
                        return true;
                }
+               if (strpos($text, 'vielen Dank für den Raid') !== false) {
+                       return true;
+               }
+               if (strpos($text, 'Willkommen auf Starbase 47') !== false) {
+                       return true;
+               }
                return false;
        }