Is there a way to make the server not allow the "|" character in nick names and not allow the user to connect to the server with the character in their names?
Can this be done by OP command or something in the .conf file?
Thanks
Roger
banning a character from user nicks?
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Re: banning a character from user nicks?
Code: Select all
ban nick {
mask "*|*";
reason "| character is not allowed in nicknames";
};