From: Daniel Karbach Date: Fri, 16 Feb 2024 09:15:55 +0000 (+0100) Subject: bots X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=ac4ef598bf174ff342a261787ba6e9555003cbbb;hp=c130314b819122a9223130277f283584917e58cd;p=alttp.git bots --- 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',