banning a character from user nicks?

These are old archives. They are kept for historic purposes only.
Post Reply
Roger
Posts: 1
Joined: Sun May 11, 2008 5:34 pm

banning a character from user nicks?

Post by Roger »

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
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?

Post by Stealth »

Code: Select all

ban nick {
  mask "*|*";
  reason "| character is not allowed in nicknames";
};
Post Reply