diff --git a/README.md b/README.md index f15872d..28989f6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ better RAC client - RACv1.99.x and RACv2.0 compatible - WRAC compatible ([docs](docs/wrac.md)) - chat commands (type /help) -- uses tor proxy as default (wracs://meex.lol:11234) - no ip and date visible for anyone (almost) - coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc.) - many command-line options (see --help) diff --git a/src/chat/config.rs b/src/chat/config.rs index 5d2e29b..77e71ff 100644 --- a/src/chat/config.rs +++ b/src/chat/config.rs @@ -21,7 +21,7 @@ pub fn default_konata_size() -> usize { 100 } pub fn default_host() -> String { - "wracs://meex.lol:11234".to_string() + "wracs://meex.lol".to_string() } pub fn default_message_format() -> String { MESSAGE_FORMAT.to_string()