X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FChatLog.php;h=49a57c25a626b5ade8c6b072899591539fc74739;hb=refs%2Fheads%2Fmaster;hp=cad1bfead6668070b239e5b483f1d3fe199f5caf;hpb=1dea58cb6fa9cf28966e75c1e1af87f67e6c0fd1;p=alttp.git diff --git a/app/Models/ChatLog.php b/app/Models/ChatLog.php index cad1bfe..f1777b8 100644 --- a/app/Models/ChatLog.php +++ b/app/Models/ChatLog.php @@ -77,7 +77,7 @@ class ChatLog extends Model { return; } - if ($this->command == 'PRIVMSG') { + if ($this->command == 'PRIVMSG' || $this->command == 'WHISPER') { if (static::isKnownBot($this->nick)) { $this->type = 'bot'; } else if (substr($this->params[0], 0, 1) == '#') { @@ -102,6 +102,7 @@ class ChatLog extends Model { return in_array(strtolower($nick), [ 'a_n_i_v', 'birrellthesquirrel', + 'creatisbot', 'funtoon', 'nidbot2000', 'nightbot',