• 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

    EN saveConfig() Usage?

    Docs Does this mean you can change a script's own config values through itself? If so, what's a en example of using? If not, what's an example of using it? :P
  2. kanalumaddela

    EN Proxy Script (incomplete)

    Update: Changed the script to instead notify users by PM a client that is using a proxy. Must be configured when loaded. Currently attempting to use https://iphub.info/ 's API to detect and kick user's who use proxies. The script is currently minimal to test basic detection and client kicking...
  3. 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...
  4. 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...
  5. kanalumaddela

    Feature Saving songs to a specific folder

    This could either be an instance setting or maybe added to the script API where you can choose where songs are saved to. I would rather see this in the scripting API as it gives a wider range of uses. An example could be 2 public bots where you want to separate the songs downloaded from one...
  6. kanalumaddela

    EN Youtube video name/length

    A primary example of this usage would be for making sure users don't play videos that are extremely long such as 1 hr, 10 hrs, 24 hrs, etc. If, when making the script, would it fall into category of youtube's api and what part of the API should be looked into to pull information such as that.
  7. kanalumaddela

    EN TTS Locale Script

  8. kanalumaddela

    Forum Suggestions/Bugs (upload size/banners/threads)

    Upload Size The current upload size is set at 50 KB, which is really tiny. I don't even know how I was able to upload my first avatar when the filesize for it was 348 KB. I suggest this gets bumped up to appropriate amount such as 1 MB at least. While there are tools to resize and compress...
  9. kanalumaddela

    SSL for the bot

    So I'm setting up full SSL for all of my sites, it uses a cert generated by Let's Encrypt and works flawlessly for the sites. As for sinusbot there had to be a work around config.ini UseSSL = true SSLKeyFile = "/etc/letsencrypt/live/<domain>/privkey.pem" SSLCertFile =...
  10. kanalumaddela

    Tips/Tricks, My Usage of the Bot

    Just thought I'd make a thread for people to talk about ways they make the bot most efficient such as eliminating as much lag/stutter as possible, managing perms for guests/admins, or even scripts that you use to help you on your TS server. I'll start. I use this bot for a gaming community and...
  11. kanalumaddela

    EN !away Bot

    Simple, cause the bot to be away. As a way to per say "lock" the bot if need be to test, or prevent others from using. !away <name> Bot is muted and assigns itself an away status if specified. Not sure whether to suggest on the !mute bot script or the lock bot one as an extra feature.
  12. kanalumaddela

    Feature Update !help BOT response

    This may have been posted/created I'm trying to clear it up. I've noticed this thread and it somewhat is related to this. Request/ability to edit the bot's response to !help or at least update it because in the current stable version the response is and that's it, unless I'm missing a secret...
Top