mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-06-23 18:32:58 +03:00
1.1 KiB
1.1 KiB
user agents
User agents in RAC is the way how to get know from what client the message was sent. It works by just checking the message text throught regex.
clients
Here are listed the most common clients, and their name colors in the chat.
Client | Format | Regex | Color |
---|---|---|---|
bRAC | 리㹰<{name}> {text} | \uB9AC\u3E70<(.*?)> (.*) |
green |
CRAB | ═══<{name}> {text} | \u2550\u2550\u2550<(.*?)> (.*) |
light red |
Mefidroniy | °ʘ<{name}> {text} | \u00B0\u0298<(.*?)> (.*) |
light magenta |
cRACk | ⁂<{name}> {text} | \u2042<(.*?)> (.*) |
gold |
Snowdrop | ඞ<{name}> {text} | \u0D9E<(.*?)> (.*) |
light green |
clRAC | <{name}> {text} | <(.*?)> (.*) |
cyan |
developer notes
in auth-mode, there is must to be >
after name ({name}> {text}
)