X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FTwitchBotCommands%2FChatCommand.php;fp=app%2FTwitchBotCommands%2FChatCommand.php;h=fc69a0136923e2d05344921bd70022eec7cb178a;hb=51a752c7cce2465043dfb3d63a0152b64765b167;hp=0000000000000000000000000000000000000000;hpb=4b0f87a8b0683579c53c68f35b18e5d08c30b3b9;p=alttp.git diff --git a/app/TwitchBotCommands/ChatCommand.php b/app/TwitchBotCommands/ChatCommand.php new file mode 100644 index 0000000..fc69a01 --- /dev/null +++ b/app/TwitchBotCommands/ChatCommand.php @@ -0,0 +1,23 @@ +bot->sendIRCMessage(IRCMessage::privmsg($this->getParameter('channel'), $this->getParameter('text'))); + $resolve(); + }); + } + +}