Page 1 of 1

Illegal Charecters nickname

Posted: Wed Dec 16, 2009 12:38 pm
by malphas
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

Re: Illegal Charecters nickname

Posted: Wed Dec 16, 2009 5:48 pm
by Stealth
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.";
};