add our own regex for nickname in config example: i want to set my regex to `^\w+$` which allow alphanumeric with underscore `_`
add our own regex for nickname in config
example:
i want to set my regex to
^\w+$which allow alphanumeric with underscore_