Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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...
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...
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 :)
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
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...
+ 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"...
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 <...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.