colored usernames .md

This commit is contained in:
MeexReay 2025-02-10 15:11:52 +03:00
parent 12329f2d22
commit 2ec33f7bee
2 changed files with 25 additions and 26 deletions

View File

@ -62,32 +62,6 @@ max_messages: 100 # chat messages limit
`/clear` - clear chat \
`/spam *args` - spam with text
## 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`
## see also
- [RAC protocol (v1.99.2)](https://gitea.bedohswe.eu.org/pixtaded/crab#rac-protocol)

25
colored_usernames.md Normal file
View File

@ -0,0 +1,25 @@
# 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`