Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TalonBytes

Pages: [1]
1
Feature Requests / Mods Draw from Queues
« on: May 25, 2016, 07:29:58 AM »
Running a queue from the GUI is difficult while streaming. I prefer using the GUI to set it up, but I'd love for my mods to be able to manage it. For this reason I'd like to see

!queuename draw as a mod/streamer only command.

Is there a work around for this? Can it be made in a custom command?

If you like this idea, please bump this thread.

Thanks!

2
That unfortunately didn't work, but thanks for the response!

Turns out whatever was broken is now fixed magically and the command is functional as written. Woohoo!

3
Help/Support / Trouble whispering to @target@ in Command Message
« on: May 19, 2016, 07:37:48 AM »
I've created a command !pause. This command is chained to another command !timeout and passes it @target@ and 300. When I use !pause the user targeted get's timed out in my twitch chat for 5min.

I wanted to add a whisper to let the target of !pause know they aren't in real trouble. So, I made !pause's message "/w @target@ You've been put on pause by a mod. (Not a bad thing) Please wait for the mod to contact you in whispers."

Instead of whispering the target user, my bot is whispering to my caster account everything in !pause's message field. ie. [/w @target@ You've been put on pause by a mod. (Not a bad thing) Please wait for the mod to contact you in whispers]

Considering that I made a test command !whisper whose message is "/w @target@ You've been whispered to." which works correctly, it leads me to believe there is something happening in the chaining that is messing this up.

Command: !pause
Code: [Select]
Message: /w @target@ You've been put on pause by a mod. (Not a bad thing) Please wait for the mod to contact you in whispers.
Access Control: 8. Mod Only
Command Chaining, Command: !timeout @target@ 300

Command: !timeout
Code: [Select]
Message: @sendstreamermsg@[/timeout @target@]
Access Control: 8. Mod Only

Test Command !whisper
Code: [Select]
Message: /w @target@ You've been whispered to by @user@.

4
Feature Requests / Preserve Username Capitalization in @user@
« on: May 18, 2016, 05:06:20 AM »
As of now, username capitalization preferences are lost when using the @user@ variable in Deepbot. Because usernames are proper nouns they should at the very least begin with a capital letter and read poorly otherwise.

Yay grammar!

Attached is an example of my username capitalization being preserved in Nightbot, but ignored in DeepBot.

Thanks,
TalonBytes

Quote
TalonBytes: !Byte Apevman
Nightbot: Apevman!  KAPOW You've been BYTTEN by TalonBytes . Ouch!  WutFace
Deepbot: Apevman!  KAPOW You've been BYTTEN by talonbytes . Ouch!  WutFace

5
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.

6
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?

7
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.

8
Help/Support / Re: [How to] Make !skipsong a Mod Only Command
« on: May 04, 2016, 05:46:12 PM »
Thank you for the instant response! That does exactly what I want it to do. I swear that nugget of info wasn't already on the internet... -_- Hopefully this post will save future users a few hours.  RIP an hour of my life xD

9
Feature Requests / Autofill Viewer Name in Deepbot Chat
« on: May 04, 2016, 05:37:08 PM »
Is it possible to use @ and TAB to auto-complete a viewer's name in Deepbot chat?

For instance, typing: "@tal" then pressing the TAB key, would autofill "@talonbytes". This is how it works on twitch chat only they go a step further and allow you to choose from all similar names in a clickable menu.

I love the convenience of Deepbot chat, but not having this feature makes it hard to replace the popped out twitch chat.

If this isn't a feature, why isn't it? Can/will it be?

Thanks!

10
Help/Support / [How to] Make !skipsong a Mod Only Command
« on: May 04, 2016, 05:20:31 PM »
Is there an option to make !skipsong a command that skips the song immediately and is only usable by the Streamer and the mods?

ANSWERED: Use !playnextsong

11
Help/Support / Migrating from Modbot to Deepbot
« on: April 29, 2016, 07:48:58 AM »
My application was recently approved for Deepbot. I wrote on the application that I was migrating from Modbot, but the message I received from Deepbot with the download link had no instructions for migrating my database from Modbot to Deepbot.

What do I need to do to migrate my Modbot user database to Deepbot?

12
1. I am a member of the stream team "Scuba Squad" and my fellow teammate/streamer FakeUniform recommended I start using Deepbot.

2. My stream name: TalonBytes

3. Twitch Bot Account TalonBits

4. Streaming schedule:
Mon-Fri 2pm - 8pm or later
Weekends Vary

5. Twitch Partner? No

6. Average number of users in my channel: 15-25 Peak ~ 50

7. Yes. I need to migrate from Modbot


System Edit : Application accepted. Install complete. Thanks for the support!

Pages: [1]