From 9841e8de7a3933cd2b21d9ef9c1d19216c7d3ac7 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 2 Jul 2024 19:33:17 +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 49a57c2..f1777b8 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -102,6 +102,7 @@ class ChatLog extends Model { return in_array(strtolower($nick), [ 'a_n_i_v', 'birrellthesquirrel', + 'creatisbot', 'funtoon', 'nidbot2000', 'nightbot', -- 2.39.2