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