• 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

    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
  2. 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?
  3. 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:?
  4. 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).
  5. 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)
  6. 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...
  7. xDefcon

    BOT Stops playing after playlist ended

    Already ticked, the problem was a corrupted file in a playlist.
  8. 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...
  9. xDefcon

    EN How to send a chatPrivate() to everyone?

    Moved to: Bug Tracker
  10. 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...
  11. 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.
  12. 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
  13. 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...
  14. xDefcon

    Radio stops playing after some time

    I use 2 istances on my Ubuntu Server and when i use bots to play radios, after 1 hour the radio stops to play and i have to reselect it from webpanel. Is a common issue?
  15. xDefcon

    Soundcard not found?

    Perfectly installed on CentOs 6. When the bot connects to TS3 server it show no soundcard http://i.gyazo.com/f906f4bd8cc41c50440219410beeb8f9.png I just get this error on console: Could not send config EDIT: Full log with Loglevel=10 http://paste.ubuntu.com/11807539/ How to fix?
Top