mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-07-07 00:42:58 +03:00
feat: add Crack user agent
This commit is contained in:
parent
ba0e041423
commit
b4d82f0e32
@ -13,6 +13,7 @@ Here are listed the most common clients, and their name colors in the chat.
|
||||
| [Mefidroniy](https://github.com/OctoBanon-Main/mefedroniy-client) | °ʘ<{name}> {text} | `\u00B0\u0298<(.*?)> (.*)` | light magenta
|
||||
| [cRACk](https://github.com/pansangg/cRACk) | ⁂<{name}> {text} | `\u2042<(.*?)> (.*)` | gold
|
||||
| [Snowdrop](https://github.com/Forbirdden/Snowdrop) | ඞ<{name}> {text} | `\u0D9E<(.*?)> (.*)` | light green
|
||||
| [Crack](https://gitlab.com/kiber_ogur4ik/crack) | ツ<{name}> {text} | `\u30C4<(.*?)> (.*)` | coral
|
||||
| clRAC | <{name}> {text} | `<(.*?)> (.*)` | cyan
|
||||
|
||||
## developer notes
|
||||
|
@ -44,6 +44,7 @@ lazy_static! {
|
||||
(Regex::new(r"\u{00B0}\u{0298}<(.*?)> (.*)").unwrap(), "#da70fa".to_string()), // Mefidroniy
|
||||
(Regex::new(r"\u{2042}<(.*?)> (.*)").unwrap(), "#f8b91b".to_string()), // cRACk
|
||||
(Regex::new(r"\u{0D9E}<(.*?)> (.*)").unwrap(), "#aeff00".to_string()), // Snowdrop
|
||||
(Regex::new(r"\u{30C4}<(.*?)> (.*)").unwrap(), "#ff5733".to_string()), // Crack
|
||||
(Regex::new(r"<(.*?)> (.*)").unwrap(), "#70fadc".to_string()), // clRAC
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user