]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/ChatLog.php
more classification
[alttp.git] / app / Models / ChatLog.php
index 063e8036485cdf5cc31ef793215db38f63a90b4c..6af158784247045dcd4c6c4a0e0fcdbbbe2f5f9f 100644 (file)
@@ -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',