mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-07 14:08:02 +03:00
colored usernames .md
This commit is contained in:
parent
12329f2d22
commit
2ec33f7bee
26
README.md
26
README.md
@ -62,32 +62,6 @@ max_messages: 100 # chat messages limit
|
|||||||
`/clear` - clear chat \
|
`/clear` - clear chat \
|
||||||
`/spam *args` - spam with text
|
`/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
|
## see also
|
||||||
|
|
||||||
- [RAC protocol (v1.99.2)](https://gitea.bedohswe.eu.org/pixtaded/crab#rac-protocol)
|
- [RAC protocol (v1.99.2)](https://gitea.bedohswe.eu.org/pixtaded/crab#rac-protocol)
|
||||||
|
25
colored_usernames.md
Normal file
25
colored_usernames.md
Normal 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`
|
Loading…
Reference in New Issue
Block a user