]> git.localhorst.tv Git - alttp.git/blobdiff - app/TwitchBot/TwitchChatBot.php
better chat filters
[alttp.git] / app / TwitchBot / TwitchChatBot.php
index 831bf5ca4560acf7f09f909079d4dcbea787c324..cb390f9655a863d21217c424d2b7672ae1c8d1c5 100644 (file)
@@ -72,7 +72,7 @@ class TwitchChatBot extends TwitchBot {
                        return;
                }
                $text = $this->contextualMsg($channel);
-               if (!$text) $text = $this->randomMsg($channel);
+               if (!$text) $text = $this->randomChat($channel);
                if (!$text) return;
                $this->tagChannelWrite($channel);
                $this->sendIRCMessage(IRCMessage::privmsg($channel->twitch_chat, $text));