X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FModels%2FChatLog.php;fp=app%2FModels%2FChatLog.php;h=8c890e707112acc3ade9ea8450b821def2c92915;hb=ac4ef598bf174ff342a261787ba6e9555003cbbb;hp=ae05be631deed3221f6b645f4fcfcb82da8048f9;hpb=c130314b819122a9223130277f283584917e58cd;p=alttp.git 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',