]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/ChatLog.php
more spam
[alttp.git] / 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;
        }