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

    EN Retrieve client IP

    Is there a way to get the client IP address? If not, why this this isn't implemented like client description, id, uid and others? I can't find anything about that, thanks for the help :)
  2. xDefcon

    BUG-SinusBot is using memory until it is full

    Download and untar in your bot folder (tar -xjf) lastest beta version from here.
  3. xDefcon

    Animated Nickname - A decrease of delay time limit

    With this update i just decreased the delay time limit to have a better animation-effect on the nickname/description (decrease it at your own risk). Changelog: Decreased the min. delay time limit to 100ms Small reformat of the code Fixed a typo
  4. xDefcon

    Solved TSClient quit , Sinusbot 0.9.12.2 , ubuntu x64

    Please, read here and update your post: https://forum.sinusbot.com/threads/read-me-before-you-post.115/
  5. xDefcon

    Italian Localization

    Che versione di sinusbot utilizzi?
  6. xDefcon

    My Bot Not Start

    Go at: serverip:8087 with a web browser.
  7. xDefcon

    EN Script that pings a server

    You can use external API to get server status :D
  8. xDefcon

    Bot is working like a charm but it isnt making any sounds

    You have to try in order to discover if it's a sound-card problem or !yt and !say one.
  9. xDefcon

    Bot is working like a charm but it isnt making any sounds

    Did you try to upload a mp3 song via web-interface?
  10. xDefcon

    Bot is working like a charm but it isnt making any sounds

    @Phix Maybe in the channel there is PTT-only mode (PTT = Push To Talk). Try to do the same in another ts3 server :)
  11. xDefcon

    Adding scripts

    That is really strange, try to do this things: - Remove all scripts. - Re-download Animated Nickname and move the file inside scripts folder. - Restart sinusbot and see if this thing solved the problem. If the problem persist, you probably have something wrong in your installation or other...
  12. xDefcon

    Adding scripts

    @Phr0stie there are different versions of 0.9.9 please give me the full version string (webpanel > help > about/info). And Also provide the OS that you are using. Thanks.
  13. xDefcon

    EN Getting client from name

    You could iterate all channels and subchannels in search of that nickname string, when you found the position of desidered user, you can get informations about that client. For more information go on your sinus dashboard, then go on help, and Scripting. You can find a documentation in that...
  14. xDefcon

    Animated Nickname - Animated nickname or animated description? Let's do a COMBO!

    Added the possibility to have both animated nick and animated description, this will be useful for cool people that loves spam in the ts3 console ;). Changelog: Added nick/desc/both(nick+desc) mode switch in the config Added some debug infos on enabling/disabling script by command
  15. xDefcon

    Nickname Crash Helper - Using new function introduced on Sinusbot beta

    New update with the brand-new getActualNick() function, this will result in smoother code, and more reliable execution. To run this update you need sinusbot version 0.9.12.2-58b509d or higher. Thanks to @irgendwer @flyth for contributing on github. Changelog: Rewrote nickCheck function with...
  16. xDefcon

    Nickname Crash Helper - Improved nickname change

    As reported by @clack this script will not change the nickname in some cases when the bot crashes, this because sinusbot.getNick() does not return the real client nickname on ts3. Thanks to @GandalfGuenter (github) for contributing to solve this issue. Changelog: Improved nickCheck function...
  17. xDefcon

    Animated Nickname - Added Description support!

    Well, have an animated nickname causes a huge spam in the TS3 server chat/log. So, it is time to add animated description :). Changelog: Added nick/desc mode switch in the config Added animated description (101% less spam in the chat)
  18. xDefcon

    Animated Nickname - Animated Nickname

    Want to try Animated Channel? Click here SinusBot 0.9.16 or higher needed! - Description: Animated Nickname is a very cool script that allows you to have an animated nickname or description in your TS3 music bot, it is very customizable and you can activate it directly by a chat command...
  19. xDefcon

    Bug sinusbot.getNick() is not returning correct nick

    Version: Lastest beta on linux sinusbot.getNick() is returning me the nickname set in the control panel, also if on TS3 it is different... Code snippet var nick = sinusbot.getNick(); sinusbot.log(nick); Actual ts3 nick: (it is [♥] MUSIC BOT [24/7]111) Actual console output: (the console...
  20. xDefcon

    Nickname Crash Helper - Infinite loops? No, thanks...

    Important update (previous version will not work, i uploaded wrong file). Thanks to @irgendwer to report this problem, he also posted a regex solution (not used ATM). Changelog: Fixed an infinite loop Enhanced debug function
Back
Top Bottom