- Required SinusBot Version
- 0.9.21
Checks for Bad Nicknames and Kicks or Messages them,
Bad Nicknames can be entered via JavaScript Regex in format:
and so on...
This Regex will block all Users with the Nickname:
b4dnicknAME
BADNICKNAME
B4dn1ckn4m3
4n0th3rn1ck
ANOTHERNICK
and so on...
If you have questions on how to work with Regex ask them in the Thread not via Private Messages thank you!
Use for every Nickname a seperate Line!
A tool which may help you by creating new Regex Strings https://regex101.com/
About the Parameter "Startup Timeout"
This Parameter is here to get a small Start UP delay so the Sinusbot is able to fetch all ServerGroups which may need time on larger Servers with many Users in the Groups!
After the delay it will do a Nick Full check on every Visible Client for the Bot and then only listen on events "connect" and "nickname change"
Tested and developed on
0.9.12.2-58b509d
Bad Nicknames can be entered via JavaScript Regex in format:
Code:
/B[a4]dn[i1]ckn[a4]m[e3]/i
/[a4]n[o0]th[e3]rn[1i]ck/i
This Regex will block all Users with the Nickname:
b4dnicknAME
BADNICKNAME
B4dn1ckn4m3
4n0th3rn1ck
ANOTHERNICK
and so on...
If you have questions on how to work with Regex ask them in the Thread not via Private Messages thank you!
Use for every Nickname a seperate Line!
A tool which may help you by creating new Regex Strings https://regex101.com/
About the Parameter "Startup Timeout"
This Parameter is here to get a small Start UP delay so the Sinusbot is able to fetch all ServerGroups which may need time on larger Servers with many Users in the Groups!
After the delay it will do a Nick Full check on every Visible Client for the Bot and then only listen on events "connect" and "nickname change"
Tested and developed on
0.9.12.2-58b509d