]> git.localhorst.tv Git - alttp.git/commitdiff
bots
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 16 Feb 2024 09:15:55 +0000 (10:15 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 16 Feb 2024 09:15:55 +0000 (10:15 +0100)
app/Models/ChatLog.php

index ae05be631deed3221f6b645f4fcfcb82da8048f9..8c890e707112acc3ade9ea8450b821def2c92915 100644 (file)
@@ -52,7 +52,9 @@ class ChatLog extends Model {
 
        public function isKnownBot() {
                return in_array(strtolower($this->nick), [
+                       'birrellthesquirrel',
                        'funtoon',
+                       'nidbot2000',
                        'nightbot',
                        'pokemoncommunitygame',
                        'speedgaming',