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.
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...
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.
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...
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 "' +...
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...
+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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.