getParameter('channel')); $db = $this->bot->getChatlibDatabase($channel); $text = $db->generate(); $this->bot->sendIRCMessage(IRCMessage::privmsg($channel->twitch_chat, $text)); $log = new ChatBotLog(); $log->channel()->associate($channel); $log->text = $text; $log->user()->associate($this->getExecutingUser()); $log->category = 'adlib'; $log->save(); $resolve(); }); } }