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

    HowTo make instance logs longer?

    It could be where you specified the folder, but I don't know exactly the way it's supposed to on Windows. Try referencing a path that doesn't include spaces. I know on Linux that when using the logfile, the console will not show anything since it's all going to the file.
  2. kanalumaddela

    HowTo make instance logs longer?

    text file, and just to be sure it's written to, make a blank file yourself.
  3. kanalumaddela

    HowTo make instance logs longer?

    config.ini LogFile = "" // set path to logfile
  4. kanalumaddela

    Perms for specific groups

    This is based off your example Create 3 user accounts in the web panel and name them accordingly to the server group Edit each account to match the group ID of the server group you want to have Update permissions yay
  5. kanalumaddela

    How do i amplify my music?

    You do know the bot has a built in command to change the volume? !volume up !volume down !volume <x> (max of 100)
  6. kanalumaddela

    How do i amplify my music?

    Tell them to turn their volume up.
  7. kanalumaddela

    EN Client's group IDs into a string

    Oh :oops:. That was an easy fix.
  8. kanalumaddela

    EN client.setChannelGroup()?

    What even? I was asking for an explanation of this:
  9. kanalumaddela

    EN Client's group IDs into a string

    *Issue resolved and code is updated for reference* So .getServerGroups() works and retrieves an array of a client's group. Reading the array works fine also, but when reading the array in a for loop it doesn't work. Here's an example snippet of code. I felt like commenting for some reason...
  10. kanalumaddela

    How do i amplify my music?

    Turn your computer volume up
  11. kanalumaddela

    Feature Auto assign permissions when a user registers

    Providing more information and being specific is the best way to understand what you're asking. Are you requesting that each user is able to send a command to the bot, then automatically gain permissions to the web panel? If so, then what you're asking isn't possible. !register is already a...
  12. kanalumaddela

    Feature Auto assign permissions when a user registers

    >wants to auto assign permissions to a user when they use a command called !register >doesn't want to have a server group containing said permissions >user doesn't realize they are literally asking what they said they don't want You're saying you want permissions to be auto assigned to a user...
  13. kanalumaddela

    Hosting

    How many slots do you need? Is this something you plan to have in the long term? You can a 10 slot teamspeak server from https://www.nfoservers.com/ for $2.29 a month if you're looking for something cheap.
  14. kanalumaddela

    Sinus bot not connecting to cloud server

    Anyone else getting tired of threads? That provider is blocked by teamspeak itself, so it is impossible for the bot to be able to connect.
  15. kanalumaddela

    Songs do not override radio?

    A radio station is 24/7. It is a never ending song. When you queue a song, it won't play till the currently playing song ends. That's just how playlists and queues are supposed to work. There really isn't a way around it. The best possible solution is setting up a vote skip script...
  16. kanalumaddela

    EN Steam

    I actually don't understand this. What do you mean by adding a steam id to a user?
  17. kanalumaddela

    Solved Bot spams console when using chat?

    Operating System: Debian 8 SinusBot Version: 0.9.15-b20cc30 TS3 Version: 3.0.19.4 Problem Description So I want to get back into scripting on the new engine and I've been reading the documentation and wanted to try to basic chat example script that tells the user what they had typed. Script...
  18. kanalumaddela

    EN [Request] Youtube blacklist

    The nasty way to do it would be to have a script that gets the portion of the YouTube url with the ID of the video and compare it to an array set in the script options for a matching ID. If it matches, then it'll skip the song or not play at all. If you had a user who had full playback of the...
  19. kanalumaddela

    Tips/Tricks, My Usage of the Bot

    Maybe I should update this sometime. :P
Top