Forbid nick with accents
Posted: Fri Feb 25, 2011 10:04 am
Hello,
Is there a easier way to forbid nicks with accent? I mean all é è à ò etcc.
It is because our IRC clients (web-based or Java based) treat them differently (encoding problem).. so some local operators have difficulty to deal with them. So I want to forbid them.
In the config file I put something like
but I don't know if another easier methods exist.
Can you help? Thank you.
Is there a easier way to forbid nicks with accent? I mean all é è à ò etcc.
It is because our IRC clients (web-based or Java based) treat them differently (encoding problem).. so some local operators have difficulty to deal with them. So I want to forbid them.
In the config file I put something like
Code: Select all
ban {
mask "*é*@*"
}
Can you help? Thank you.