]> git.localhorst.tv Git - alttp.git/commit - app/Models/Channel.php
basic twitch join/part commands
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 6 Oct 2023 14:22:57 +0000 (16:22 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 6 Oct 2023 14:22:57 +0000 (16:22 +0200)
commite10222af705e3475fcea6e0b17d1c9984a62db26
tree05fce352e41586278d617aed311fcb5f09d02364
parent5dc7faa01ad96732b0ea126e945f215a9d0490af
basic twitch join/part commands
18 files changed:
app/Http/Controllers/ChannelController.php [new file with mode: 0644]
app/Models/Channel.php
app/Models/TwitchBotCommand.php [new file with mode: 0644]
app/Policies/ChannelPolicy.php
app/TwitchBot/IRCMessage.php
app/TwitchBot/TwitchBot.php
app/TwitchBotCommands/BaseCommand.php [new file with mode: 0644]
app/TwitchBotCommands/JoinCommand.php [new file with mode: 0644]
app/TwitchBotCommands/PartCommand.php [new file with mode: 0644]
database/migrations/2023_10_04_145919_add_join_field_to_channels_table.php [new file with mode: 0644]
database/migrations/2023_10_06_120722_create_twitch_bot_commands_table.php [new file with mode: 0644]
resources/js/components/common/ChannelSelect.js [new file with mode: 0644]
resources/js/components/twitch-bot/Controls.js
resources/js/helpers/permissions.js
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/sass/episodes.scss
routes/api.php