X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FModels%2FChatLog.php;h=6af158784247045dcd4c6c4a0e0fcdbbbe2f5f9f;hb=6a1dfa72436b2f5e5b34485da7d7ef1053d89ccc;hp=063e8036485cdf5cc31ef793215db38f63a90b4c;hpb=7d1ef8619d7513184340f73e99efa20481b86d75;p=alttp.git diff --git a/app/Models/ChatLog.php b/app/Models/ChatLog.php index 063e803..6af1587 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -79,11 +79,13 @@ class ChatLog extends Model { public static function isKnownBot($nick) { return in_array(strtolower($nick), [ + 'a_n_i_v', 'birrellthesquirrel', 'funtoon', 'nidbot2000', 'nightbot', 'pokemoncommunitygame', + 'sery_bot', 'speedgaming', 'starbase47', 'streamelements',