Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: TalonBytes on May 08, 2016, 01:08:05 PM

Title: Channel Command - post message as Streamer/Broadcaster?
Post by: TalonBytes on May 08, 2016, 01:08:05 PM
When a command is called, is there a way for it to post to chat from the Streamer's account instead of from the Bot's account?

I am logged into both the casting account and the bot account on deepbot.
Title: Re: Channel Command - post message as Streamer/Broadcaster?
Post by: TalonBytes on May 08, 2016, 06:10:27 PM
Example:

/mod is a streamer only command on twitch. But I want to let mod's use it.

DeepBot:

Level 8: Mods only.
INPUT: !mod username
OUTPUT: "/mod @user@"

The command is being issued by my bot and failing. How can I make it post from my caster account?
Title: Re: Channel Command - post message as Streamer/Broadcaster?
Post by: Dante557 on May 08, 2016, 10:56:15 PM
I'm afraid it isn't possible for the bot to communicate as yourself at this point in time via commands, at least not to my knowledge anyway. Feel free to request it on the feature request board at http://deepbot.deep.sg/forums/index.php?board=7.0 (http://deepbot.deep.sg/forums/index.php?board=7.0)

If this was possible though, I'd say the usage which you'd plan to use it for is a bad idea, only you should be setting moderators up. Even if you trust your mods now they can always go rogue and moderate anybody that comes into your stream.

IMO that's too much power over your channel you'd be giving to them.

Thanks,
Dante557
Title: Re: Channel Command - post message as Streamer/Broadcaster?
Post by: TalonBytes on May 18, 2016, 04:57:53 AM
As it turns out they released the feature three days later! On 5/11/16

Code: [Select]
@sendstreamermsg@[message]
Allows the bot to communicate as the caster. Dante, you're right, but I prevented that by making the modding and unmodding reflexive and raising Access Control to [8. Mod Only]:

Code: [Select]
@sendstreamermsg@[/mod @user@]
It's function is awesome! Of course, you can't inherit the mod list from twitch though cause it's changing constantly now.