]> git.localhorst.tv Git - alttp.git/blobdiff - app/TwitchBot/TokenizedMessage.php
add hello emotes to hi category
[alttp.git] / app / TwitchBot / TokenizedMessage.php
index 259cfc6a33f20759f4f6a817e0f10df51232a290..dc908d814cfc4bab66392e1004cf6bcaf7604278 100644 (file)
@@ -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';