From 7cca1c0cd127eaf19c9f6425f680fef621135ee7 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sun, 6 Jul 2025 18:11:47 +0200 Subject: [PATCH] add known bot --- app/Models/ChatLog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/ChatLog.php b/app/Models/ChatLog.php index 6b525b2..67e8079 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -124,6 +124,7 @@ class ChatLog extends Model { 'streamelements', 'wizebot', 'zockerstuebchen', + 'zsrbot', ]); } -- 2.39.5