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

    Feature Scripts/Webinterface: Collapsible areas in settings

    A few scripts, like the UseTS-AdminBOT provide maaany options in the settings: It would be great, if scripts would be able to group their options and have them shown collapsed in the settings. They might also be folded in/out with a checkox, like the scripts do it right now. An solution may...
  2. mtrex

    Feature Scripting/Webinterface: client-uid(s) input

    It would be great, if the existing channel-input could accept one and also multiple channels. That might be possible with a tag-input, like the one shown above.
  3. mtrex

    Feature Scripting/Webinterface: client-uid(s) input

    Many scripts seem to use a regular text-input to get client-uids for rights-management, etc.. I would be great to have an input field to select one or many user-uids, like the dropdown for channels: The input should feature autocomplete for known usernames (an save the corresponding...
  4. mtrex

    Bug Scripts: wrong data in 'clientMove'-event when clients leave

    I noticed, that the information of the 'clientMove'-event is wrong/random if a user leaves the server / the new channel is '0'. The following code inside of a plugin... sinusbot.on('clientMove', function(ev) { if(ev.oldChannel > 0 && ev.newChannel > 0) { sinusbot.log('User "' +...
  5. mtrex

    Add MySQL support

    Yeah it's "easy" to use HTTP-calls, but they add an additional layer to the bot that needs to be maintained. It wouldn't be as easy as it is to share plugins, if they require a specific webserver, configuration or other dependencies to access a database. In my eyses the easiest solution...
  6. mtrex

    Bug Sinusbot Backend Error

    Das Problem besteht bei mir auch: Sinusbot 0.9.11-ee30ef7 TeamSpeak 3.0.18.2 OS: Ubuntu 14.04 x64
  7. mtrex

    Add MySQL support

    +1 I was about to write the same. Is there any way to use a database by now? I'd like to save a lot of data and make queries on it. A key/value storage isn't suitable for that. Methods I'm aware of: Sinusbots setVar()and getVar() methods AJAX-Requests to a webapp that can access a database
  8. mtrex

    Bug Can't disable ducking ?

    I noticed that too with Sinusbot 0.9.11 beta on Ubuntu 14.04 x64. But I wasn't sure on this, because other users didn't notice it (and I asked them multiple times.) Might also be some client or headset issue?! I'll investigate it further after Easter. Bot: 0.9.11 @ Ubuntu 14.04 x64 & TS...
Top