We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add our own regex for nickname in config
example: i want to set my regex to ^\w+$ which allow alphanumeric with underscore _
^\w+$
_