bRAC/docs/message_formats.md
2025-02-12 14:31:57 +03:00

769 B

message formats

types

bRAC

this client

format: "리㹰<{name}> {text}"
regex:  "\uB9AC\u3E70<(.*?)> (.*)"
color:  "green"

CRAB

CRAB - client & server for RAC written in java

format: "═══<{name}> {text}"
regex:  "\u2550\u2550\u2550<(.*?)> (.*)"
color:  "light red"

Mefedroniy

Mefidroniy - client for RAC written in rust

format: "°ʘ<{name}> {text}"
regex:  "\u00B0\u0298<(.*?)> (.*)"
color:  "light magenta"

clRAC

official client

format: "<{name}> {text}"
regex:  "<(.*?)> (.*)"
color:  "cyan"

developer notes

in auth-mode, there is must to be > after name ({name}> {text})