mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 21:48:03 +03:00
25 lines
380 B
Markdown
25 lines
380 B
Markdown
# colored usernames
|
|
|
|
## bRAC
|
|
|
|
regex - `\uB9AC\u3E70<(.*?)> (.*)` \
|
|
color - green \
|
|
example - `리㹰<nick> text`
|
|
|
|
## CRAB
|
|
|
|
regex - `\u2550\u2550\u2550<(.*?)> (.*)` \
|
|
color - light red \
|
|
example - `═══<nick> text`
|
|
|
|
## Mefedroniy
|
|
|
|
regex - `(.*?): (.*)` \
|
|
color - light magenta \
|
|
example - `nick: text`
|
|
|
|
## clRAC
|
|
|
|
regex - `<(.*?)> (.*)` \
|
|
color - cyan \
|
|
example - `<nick> text` |