From ca47ccf5440221dff08c4ff9de6e81fd814d9f91 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Fri, 9 Aug 2024 20:58:54 +0200 Subject: [PATCH] add brokkobot to known bots --- app/Models/ChatLog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/ChatLog.php b/app/Models/ChatLog.php index 77df993..f7501c9 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -107,6 +107,7 @@ class ChatLog extends Model { return in_array(strtolower($nick), [ 'a_n_i_v', 'birrellthesquirrel', + 'brokkobot', 'creatisbot', 'fossabot', 'funtoon', -- 2.39.2