X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FChatLog.php;h=6f72c352b42ff356123ad3e1bdb29b8d8407e487;hb=85879ea0c27ce6506919e2c083a139c470c0952c;hp=aa4e7aeef913185a1120043b2e8fcfbf66c9e201;hpb=e8eb106aa5adab6dd992390cb3836589e4163e72;p=alttp.git diff --git a/app/Models/ChatLog.php b/app/Models/ChatLog.php index aa4e7ae..6f72c35 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -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; }