• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. xDefcon

    Nickname Crash Helper - Improved nickname change

    As reported by @clack this script will not change the nickname in some cases when the bot crashes, this because sinusbot.getNick() does not return the real client nickname on ts3. Thanks to @GandalfGuenter (github) for contributing to solve this issue. Changelog: Improved nickCheck function...
  2. xDefcon

    Animated Nickname - Added Description support!

    Well, have an animated nickname causes a huge spam in the TS3 server chat/log. So, it is time to add animated description :). Changelog: Added nick/desc mode switch in the config Added animated description (101% less spam in the chat)
  3. xDefcon

    Animated Nickname - Animated Nickname

    Want to try Animated Channel? Click here SinusBot 0.9.16 or higher needed! - Description: Animated Nickname is a very cool script that allows you to have an animated nickname or description in your TS3 music bot, it is very customizable and you can activate it directly by a chat command...
  4. xDefcon

    Bug sinusbot.getNick() is not returning correct nick

    Version: Lastest beta on linux sinusbot.getNick() is returning me the nickname set in the control panel, also if on TS3 it is different... Code snippet var nick = sinusbot.getNick(); sinusbot.log(nick); Actual ts3 nick: (it is [♥] MUSIC BOT [24/7]111) Actual console output: (the console...
  5. xDefcon

    Nickname Crash Helper - Infinite loops? No, thanks...

    Important update (previous version will not work, i uploaded wrong file). Thanks to @irgendwer to report this problem, he also posted a regex solution (not used ATM). Changelog: Fixed an infinite loop Enhanced debug function
  6. xDefcon

    Nickname Crash Helper - Nickname Crash Helper

    IMPORTANT: IN ORDER TO RUN VERSION 1.3, YOU NEED SINUSBOT VERSION 0.9.12.2-58b509d OR HIGHER. IF YOU DON'T PLEASE USE 1.2 Description: Nickname Crash Helper is a very simple script that automatically removes the "1" after the nickname of your bot. Usually this can happen when the bot crashes...
  7. xDefcon

    Solved Cannot run sinusbot / bot won't start anymore

    Redownload sinus, @flyth reuploaded lastest beta version with a fix 10 mins ago
  8. xDefcon

    Why is this code snippet not working anymore?

    @Xuxe any documentation or method to know that at the moment? :p uh right btw, ty for the help
  9. xDefcon

    Why is this code snippet not working anymore?

    @Xuxe yes, it works. So basically channel.clients is an multidimensional-array of clients with client.id, name etc, right?
  10. xDefcon

    Why is this code snippet not working anymore?

    an ev. before that variable will result in an error, there's no elements called ev, this because i'm not listening into a event. @flyth are you alive :confused:?
  11. xDefcon

    Why is this code snippet not working anymore?

    var clients = getClients(); for (var j = 0; j < clients.length; j++) { var client = clients[j]; chatPrivate(client.id, "hello"); } it's inside a function, and that function is runned every X secs, so is not called after an event (like chat).
  12. xDefcon

    Quite a few suggestions

    - there's !qyt to enqueue a YT video (on linux beta) - you can add custom commands by learn basic scripting in JS - "Requested by" is working fine for me, (running lastest sin beta)
  13. xDefcon

    Why is this code snippet not working anymore?

    I need to send a private message to everyone, as i can't find a documentation about it, i saw a similar script by raphraph. What is wrong with this snippet, is this a bug of lastest sinusbot beta? (i think in old version worked). When i run it, sinus says "Can't chatPrivate of undefined" or...
  14. xDefcon

    BOT Stops playing after playlist ended

    Already ticked, the problem was a corrupted file in a playlist.
  15. xDefcon

    BOT Stops playing after playlist ended

    I'm running lastest beta version on linux, and i have a bot with 2 playlists. i have ticked the options "play when idle" "play on startup" for a playlist that i want to play 24/7, but after sometime (probably when it ends) the bot stop to play. Have i to write a script to check if is playing...
  16. xDefcon

    EN How to send a chatPrivate() to everyone?

    Moved to: Bug Tracker
  17. xDefcon

    Bug SONGS in a Playlist with wrong title

    OS: Centos 7 Version: Lastest Beta for linux 0.9.10 (13 Feb) Description: I have 10 (for example) different songs, i want to select all of them with bulk mode, then drag in a playlist. This is the result. All the songs are now with the same title of the last song selected in bulk mode. This...
  18. xDefcon

    Bug setDescription not working on lastest version

    Where can i find new documentation? @kapabac you have to update for beta version, your script is written with setDescription, and it does not allow users to change their relative message ("playing >/Stopped []") because you used "substring" to get the symbol. Add message as customizable variable.
  19. xDefcon

    Bug setDescription not working on lastest version

    Thanks, where can i find documentation to update all my scripts? i need also help for setNick(); is maybe sinusbot.setNick()? EDIT: sinusbot.setNick() worked. @kapabac
  20. xDefcon

    Bug setDescription not working on lastest version

    Used version: lastest beta 0.9.10 for linux OS: Centos 7 Description: On the previous version a simple script to set as description the current track info works. On the lastest 0.9.10 i can't see anything in console (also when log level is 10) and the script does not work anymore. The script...
Back
Top Bottom