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

    Sinusbot doesn't start!!!

    This is a different Issue than the one above
  2. Multivitamin

    I can't login to the main page

    have you tried https://forum.sinusbot.com/faq/ ?
  3. Multivitamin

    TS3 Bad Nickname Check - Custom Messages for each Rule

    Now you can create custom Rules for each Bad Nickname this would look like this /T[e3][a4]m[S52]p[e3][a4]kU[s52][e3]r/i -> Sorry no default Nickname allowed :( /P[E3]N[I1][S52]/i /[B8][a4]dN[i1]ckn[a4]m[e3]/i -> Custom Message The first and the last entry will have a Custom Message the second...
  4. Multivitamin

    TS3 Bad Nickname Check - Bad Nickname Check

    Checks for Bad Nicknames and Kicks or Messages them, Bad Nicknames can be entered via JavaScript Regex in format: /B[a4]dn[i1]ckn[a4]m[e3]/i /[a4]n[o0]th[e3]rn[1i]ck/i and so on... This Regex will block all Users with the Nickname: b4dnicknAME BADNICKNAME B4dn1ckn4m3 4n0th3rn1ck ANOTHERNICK...
  5. Multivitamin

    DE Script Idee

    3 sekunden google :D http://pokeapi.co/ dürfte nicht all zu schwer sein mit der api
  6. Multivitamin

    Adding scripts

    It would help a lot if we knew what version of the bot you use
  7. Multivitamin

    Webinterface

    naja du kannst ein neuen interface bauen mit der bestehenden API.... https://www.sinusbot.com/api/
  8. Multivitamin

    Add MySQL support

    Why dont use a Web API?
  9. Multivitamin

    How i install the Sinusbot

    Das steht doch schon auf der Haupt Page wie man den unter Windows installiert.... https://www.sinusbot.com/
  10. Multivitamin

    Bug Scripte

    Was hast du für eine Sinusbot Version? Mit der Beta von 0.9.10-e1fdee3 wurden einige änderungen in der Scripting Engine vorgenommen
  11. Multivitamin

    Twitch intégretion

    Yes but you need to verify a few things with the Api which will Access a Page with some Return Values maybe Possible later with the HTML Pages you can create inside the Scripting but would be nice to see an example :)
  12. Multivitamin

    Twitch intégretion

    This is not possible with the current State of Sinusbot apparently since you need to Authenticate with the Api from Twitch and check if the User has the Permissions on Twitch
  13. Multivitamin

    Feature (DE) Avatar + Trackliste

    Jop bei mir läuft derzeit schon ein Test System welches jedoch rein als .png generiert wird und nicht als GIF deshalb kann ich auch noch keinen Lauftext generieren das Bild wird über eine PHP Api generiert und dann von dort aus zum Bot geladen Ich müsste noch eine Anpassung der Text länge hin...
  14. Multivitamin

    TS3 Jail - Some Bug Fixes and new Features

    + You can now set Server Groups which are not jailable! * !jail Command can now search after a Name * Msg Intervall for Jailed Clients can now be custom set or turned completly off * Release Time gets displayed as "Release in x Days x Hours x Minutes x Seconds" instead of "Release in x Seconds"...
  15. Multivitamin

    EN get clientId from clientUid

    function getClientByUid(uid) { return getClientByParam('uid', uid); } function getClientById(id) { return getClientByParam('id', id); } function getClientByParam(search_key, search_value) { var channels = getChannels(); for (var i = 0; i <...
  16. Multivitamin

    TS3 Jail - Jail

    This Script will allow you to Lock Clients into a Channel with one Command! You can choose between Permanently or Temporary Locking them into a Channel! If the Client tries to leave the Channel or Reconnect then he will be automatically moved back into the Jail Channel. Features: Auto Jail...
  17. Multivitamin

    Feature User administrator only one bot

    This feature is for the Hoster Version. You can currently not bind individual bot to a User Account. So will this Feature be preserved only for the "Hoster Version" or will it be a feature some time later in the Default "Non Hoster Version" aswell?
Back
Top Bottom