X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBot%2FTwitchChatBot.php;h=cb390f9655a863d21217c424d2b7672ae1c8d1c5;hb=31131fc56ecc52ba5ce8aa9854755b22620a7139;hp=831bf5ca4560acf7f09f909079d4dcbea787c324;hpb=47d864b96b80abb11fdf8e2fdc8920e93916d5b9;p=alttp.git diff --git a/app/TwitchBot/TwitchChatBot.php b/app/TwitchBot/TwitchChatBot.php index 831bf5c..cb390f9 100644 --- a/app/TwitchBot/TwitchChatBot.php +++ b/app/TwitchBot/TwitchChatBot.php @@ -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));