From 05862d3235a4472abe49ae994bd927943744e451 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 2 Apr 2024 20:31:20 +0200 Subject: [PATCH] more spam --- app/Models/ChatLog.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Models/ChatLog.php b/app/Models/ChatLog.php index 943ce6e..05c1584 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -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; } -- 2.39.2