X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FModels%2FChatLog.php;h=05c1584e44a306dc47d4abc130fcde3f598370bc;hb=05862d3235a4472abe49ae994bd927943744e451;hp=943ce6e659e846effb274ba467c23ecfbd1470ff;hpb=6e3215622bf9f57efd9010268ad9e8ef9a913348;p=alttp.git 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; }