mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-07-02 06:23:00 +03:00
chore: NO TOR PROXY AGAIN
This commit is contained in:
parent
35a36e3011
commit
6297157db0
@ -13,7 +13,6 @@ better RAC client
|
|||||||
- RACv1.99.x and RACv2.0 compatible
|
- RACv1.99.x and RACv2.0 compatible
|
||||||
- WRAC compatible ([docs](docs/wrac.md))
|
- WRAC compatible ([docs](docs/wrac.md))
|
||||||
- chat commands (type /help)
|
- chat commands (type /help)
|
||||||
- uses tor proxy as default (wracs://meex.lol:11234)
|
|
||||||
- no ip and date visible for anyone (almost)
|
- no ip and date visible for anyone (almost)
|
||||||
- coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc.)
|
- coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc.)
|
||||||
- many command-line options (see --help)
|
- many command-line options (see --help)
|
||||||
|
@ -21,7 +21,7 @@ pub fn default_konata_size() -> usize {
|
|||||||
100
|
100
|
||||||
}
|
}
|
||||||
pub fn default_host() -> String {
|
pub fn default_host() -> String {
|
||||||
"wracs://meex.lol:11234".to_string()
|
"wracs://meex.lol".to_string()
|
||||||
}
|
}
|
||||||
pub fn default_message_format() -> String {
|
pub fn default_message_format() -> String {
|
||||||
MESSAGE_FORMAT.to_string()
|
MESSAGE_FORMAT.to_string()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user