X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBot%2FTokenizedMessage.php;h=dc908d814cfc4bab66392e1004cf6bcaf7604278;hb=f3e985ec38b6221ef4c450e02b3e61e8ef08dc21;hp=259cfc6a33f20759f4f6a817e0f10df51232a290;hpb=6a643908d58f26272c2095616514a140e7c0b4c0;p=alttp.git diff --git a/app/TwitchBot/TokenizedMessage.php b/app/TwitchBot/TokenizedMessage.php index 259cfc6..dc908d8 100644 --- a/app/TwitchBot/TokenizedMessage.php +++ b/app/TwitchBot/TokenizedMessage.php @@ -103,7 +103,7 @@ class TokenizedMessage { $this->classification = 'gl'; } else if (Str::contains($this->raw, ['haha', 'hehe', 'hihi', 'kekw', 'lol', 'lul', 'xd'])) { $this->classification = 'lol'; - } else if (Str::startsWith($this->raw, ['ahoi', 'hallo', 'hello', 'hi ', 'huhu']) || Str::endsWith($this->raw, ['hi', 'wave'])) { + } else if (Str::startsWith($this->raw, ['ahoi', 'hallo', 'hello', 'hi ', 'huhu']) || Str::endsWith($this->raw, ['hello', 'hi', 'wave'])) { $this->classification = 'hi'; } else if (Str::contains($this->raw, ['pog', 'wow'])) { $this->classification = 'pog';