From 2ec33f7beef59ac40660e07365bc6295e134f98e Mon Sep 17 00:00:00 2001 From: MeexReay Date: Mon, 10 Feb 2025 15:11:52 +0300 Subject: [PATCH] colored usernames .md --- README.md | 26 -------------------------- colored_usernames.md | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 26 deletions(-) create mode 100644 colored_usernames.md diff --git a/README.md b/README.md index ecf0b9c..c570f9f 100644 --- a/README.md +++ b/README.md @@ -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 - `리㹰 text` - -### CRAB - -regex - `\u2550\u2550\u2550<(.*?)> (.*)` \ -color - light red \ -example - `═══ text` - -### Mefedroniy - -regex - `(.*?): (.*)` \ -color - light magenta \ -example - `nick: text` - -### clRAC - -regex - `<(.*?)> (.*)` \ -color - cyan \ -example - ` text` - ## see also - [RAC protocol (v1.99.2)](https://gitea.bedohswe.eu.org/pixtaded/crab#rac-protocol) diff --git a/colored_usernames.md b/colored_usernames.md new file mode 100644 index 0000000..28f4719 --- /dev/null +++ b/colored_usernames.md @@ -0,0 +1,25 @@ +# colored usernames + +## bRAC + +regex - `\uB9AC\u3E70<(.*?)> (.*)` \ +color - green \ +example - `리㹰 text` + +## CRAB + +regex - `\u2550\u2550\u2550<(.*?)> (.*)` \ +color - light red \ +example - `═══ text` + +## Mefedroniy + +regex - `(.*?): (.*)` \ +color - light magenta \ +example - `nick: text` + +## clRAC + +regex - `<(.*?)> (.*)` \ +color - cyan \ +example - ` text` \ No newline at end of file