From ac4ef598bf174ff342a261787ba6e9555003cbbb Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Fri, 16 Feb 2024 10:15:55 +0100 Subject: [PATCH] bots --- app/Models/ChatLog.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/ChatLog.php b/app/Models/ChatLog.php index ae05be6..8c890e7 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -52,7 +52,9 @@ class ChatLog extends Model { public function isKnownBot() { return in_array(strtolower($this->nick), [ + 'birrellthesquirrel', 'funtoon', + 'nidbot2000', 'nightbot', 'pokemoncommunitygame', 'speedgaming', -- 2.39.2