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

    Solved help with coding script

    As the sinusbot still uses ECMAScript 5 this is not available by default, add the following code at the beginning to make it work: if (!String.prototype.startsWith) { String.prototype.startsWith = function(searchString, position){ return this.substr(position || 0, searchString.length)...
  2. irgendwr

    Solved help with coding script

    this won't work, use the new engine (also use the new engine for the event! @Erik444 ) the first words[1] should be the one who triggered the event => ev.client.nick()
  3. irgendwr

    EN Sinusbot Installer Script

    yep ist bekannt, 3.18.2 ist recommended da eh nur die neueste beta funktioniert ergibt das wenig sinn
  4. irgendwr

    Solved Move Sinusbot Directory + Subdomain

    Wie du ein gültiges SSL Zertifikat einrichtest musst du selber wissen. Entweder musst du eins erwerben oder kostenlose Dienste wie LetsEncrypt benutzen.
  5. irgendwr

    Solved Move Sinusbot Directory + Subdomain

    https://wiki.sinusbot.com/en:guides:installation:reverse-proxy
  6. irgendwr

    Solved Bitcoin mining through Sinusbot

    The bot itself is not mining bitcoins this would be a dumb idea on many levels. This is only possible if someone has compromised you server, most likely via 3rd party software like cracks ;) also: this is why we don't want people running things as root or getting untrustworthy 3rd party stuff.
  7. irgendwr

    Solved Issues with the script

    as said before: the old engine is not working so you have to update scripts using it BUT you can use http() like you did before
  8. irgendwr

    Solved DDoS Angriff | Startet nicht

    wie soll er auch connecten wenn man (wie du selbst sagst) nicht connecten kann? xD Wenn dein ts3 server nicht geht hat das nichts mit dem bot zu tun. Außerdem können wir dir schon gar nicht helfen wenn du nicht mal logs oder grundlegende angaben mitschickst.
  9. irgendwr

    Solved TS unable to connect to fake xserver

    You can enable it with systemctl enable sinusbot
  10. irgendwr

    DE Alternative zum clientCount Event?

    der code sieht soweit eigentlich in ordnung aus, kann das gerade aber nicht testen
  11. irgendwr

    DE Alternative zum clientCount Event?

    docs lesen \o/ backend.getBotClient().moveTo(channelObject) wehe du fragst gleich wie man das channelObject bekommt, dann hol ich @Xuxe. xD
  12. irgendwr

    DE Alternative zum clientCount Event?

    Hi, das kannst du ganz einfach mit dem move event umsetzten. on clientMove => ist ev.toChannel == null? (= disconnect) => check wie viele clients im channel sind, wenn 0 => geh in anderen channel
  13. irgendwr

    Solved Sinusbot Friert ein/ Stürtzt ab

    Diese Schlussfolgerung halte ich für sehr fraglich, woher willst du wissen, dass es nichts mit TeamSpeak zu tun hat? Die Fehlermeldung die du gepostet hast kommt sogar durch den TeamSpeak Client, was dagegen sprechen würde. Fakt ist: du bist nicht auf unserer Blacklist, sonst könntest du den...
  14. irgendwr

    Solved >3.1 support

    probably because the feature is not stable enough/not entirely finished
  15. irgendwr

    Solved Issues with the script

    it's not yet integrated in the new engine but the old method still works as usual
  16. irgendwr

    Solved TS unable to connect to fake xserver

    The new version also works with start-scripts. You could try removing your old script and installing the new systemd startscript.
  17. irgendwr

    Solved Sinusbot Friert ein/ Stürtzt ab

    Leute antworten halt auf die Dinge, auf die sie Antworten wissen. Ich kann dir schlecht antworten, wenn ich keine Lösung weiß. Ich bin mir nicht sicher ob du das weißt, aber der Sinusbot wird nur von einer einzigen Person in ihrer Freizeit entwickelt. Es wäre außerdem hilfreich wenn du uns den...
  18. irgendwr

    Solved TS unable to connect to fake xserver

    no clue what causes this, there seems to be a problem with the fake Xserver does it work if you run the bot manually? // renamed thread
Back
Top Bottom