Page 1 of 1

banning a character from user nicks?

Posted: Sun May 11, 2008 5:37 pm
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

Re: banning a character from user nicks?

Posted: Mon May 12, 2008 4:58 am
by Stealth

Code: Select all

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