X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBotCommands%2FJoinCommand.php;fp=app%2FTwitchBotCommands%2FJoinCommand.php;h=38b6e1eb9977a492ed8376c3f74be84550a4353d;hb=e10222af705e3475fcea6e0b17d1c9984a62db26;hp=0000000000000000000000000000000000000000;hpb=5dc7faa01ad96732b0ea126e945f215a9d0490af;p=alttp.git diff --git a/app/TwitchBotCommands/JoinCommand.php b/app/TwitchBotCommands/JoinCommand.php new file mode 100644 index 0000000..38b6e1e --- /dev/null +++ b/app/TwitchBotCommands/JoinCommand.php @@ -0,0 +1,23 @@ +bot->sendIRCMessage(IRCMessage::join([$this->getParameter('channel')])); + $resolve(); + }); + } + +}