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

Pages: [1]
1
Bug Reports / !songlist return formatting
« on: April 10, 2017, 05:59:37 AM »
Bug: The songlist returning a potentially confusing song list, it could be read as a history of songs, as opposed as a playlist queue.

Info: The return of the !songlist command is "last song list", whereas I think it could be something like "latest song list" or "playlist queue"

How you produced this bug or came across it: The use of !songlist

Image:


Notes: I did mention this on Discord prior to submitting a thread, just to make sure it wouldn't be viewed as a troll report.

2
Custom Notifications / Re: i need help creating a follow notification
« on: April 06, 2017, 10:54:28 AM »
I had a few minutes to spare, so I ran them both through photoshop and created this. The quality on the follow notification is lower due to becoming a gif, it's limited to 256 colors.

http://imgur.com/a/ce5BQ

--

Edit: My method for the additional transparent space to the right is to center the original follow notification, this is how I got around using the text with sites like streamlabs, opposed to custom CSS. The extra unused space could be removed if you were to use custom css.

3
Guides, Tutorials & Demo Videos / Transferring points between accounts
« on: February 26, 2017, 11:15:11 AM »
I was asked if I could write a command that could transfer points from one account to another due to Twitch allowing name changes.
I thought I'd share it here for those who wish to use it or learn of a way to do it via command.

Ideally, I'd love to be able to transfer time and vip rank aswell, but sadly there is no command variable that I've found that will allow you to do it via command, that's down to manually editing the time/vip rank within the program.

Code: [Select]
@editpoints@[@target@[1]|@lookupinfo@[@l_points@,@target@[2]]] Migrating @pointsname@ from @target@[2] to @target@[1] @editpoints@[@target@[2]|-@lookupinfo@[@l_points@,@target@[2]]]
Due to the @editpoints@ variable being used, you'll need to edit the command inside the program to run as elevated user.
Also, due to VIP-Exclusive command variables used, you'll need to have VIP status in Deepbot to use this command.

I have the command set as !migrate, the syntax would be !migrate <newname> <oldname>
If you chose a different command name, it'd be something like !yourcommandname <newname> <oldname>

I have the command set to mod only, as I trust those with access to not abuse the command.



If it's useful for you, enjoy and thanks. If it's not what you need, thank you for reading.

4
As we're all aware, Twitch now allows users to change their username which in turn "resets" their entry in the database.
I've managed to write a command to migrate points from user to user, but I am unable to migrate time viewed and VIP status as there is no variable I can find to change it, without manually changing it in the bot. This isn't really viable for streamers who are live when viewers ask about it.

To aide the "I lost x points or x time" if command variables like @edittime@ and @editvip@ were accessible, a command could be written to migrate data from account to account.

*Edit*

Possibly a variable to delete a user from the database could be implemented aswell, like @removeuser@


Pages: [1]