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

    EN [BUG?] getIP() not consistent

    Hey, for some reason getIP() after awhile returns empty IP, after I restart the bot everything is normal. Im using the last version of the sinusbot at Debian 7. The bot have those permissions: b_client_ignore_antiflood b_client_info_view b_client_remoteaddress_view b_virtualserver_client_list...
  2. O

    EN Using new api "Classes"

    Hey, which is more efficient? registerPlugin.... var engine = require('engine'); sinusbot.on('chat', function(ev) { engine.log('Hello from a script!'); }); sinusbot.on('poke', function(ev) { engine.log('We got poked by ' + ev.clientNick + ': ' + ev.msg); }); or...
  3. O

    EN playlistInfo struct

    Hey, Im trying to figure out how playlistInfo works, couldn't find anything in the API, I get the object with playlistGet(uuid string)
  4. O

    The bot is lagging

    Hey I have seen this post and I got the same problem the guy didnt solved it My Logs: I have tried to change the SampleInterval but unfortunately it didn't work, any ideas? My config:
  5. O

    EN Adjust bot volume through script

    Hey im trying to cap the volume with a script, my only question is how im adjusting the bot volume through the script?
Top