Hey
How can add illegal charecters so if someome does a nickchange to say /nick Examplenick- it will recognise - as an illegal charecter
it recognises this
-examplenick Erroneous Nickname: Illegal characters
but not
examplenick- still allows nickchange
I want to blocl - from being used at all
Illegal Charecters nickname
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Re: Illegal Charecters nickname
You need to make a ban nick block in your configuration. It would look like this:
Code: Select all
ban nick {
mask *-*;
reason "- is not allowed to be used in a nickname.";
};