]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/ChatLog.php
add chat bot
[alttp.git] / app / Models / ChatLog.php
index aa4e7aeef913185a1120043b2e8fcfbf66c9e201..6f72c352b42ff356123ad3e1bdb29b8d8407e487 100644 (file)
@@ -25,7 +25,7 @@ class ChatLog extends Model {
                        $this->type = 'system';
                        return;
                }
-               if ($this->nick == 'localhorsttv') {
+               if (in_array($this->nick, ['horstiebot', 'localhorsttv'])) {
                        $this->type = 'self';
                        return;
                }