• 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

    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...
  3. 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 "' +...
Back
Top Bottom