1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 05:56:36 +02:00

s/tox.im/tox.chat/g -- reflect new tox domain

This commit is contained in:
Jfreegman
2015-06-29 03:16:09 -04:00
parent 374b78c763
commit d8eca8393c
3 changed files with 4 additions and 4 deletions

View File

@ -261,7 +261,7 @@ static void print_init_messages(ToxWindow *toxwin)
line_info_add(toxwin, NULL, NULL, NULL, SYS_MSG, 0, 0, init_messages.msgs[i]);
}
#define MIN_NODE_LINE 50 /* IP: 7 + port: 5 + key: 38 + spaces: 2 = 70. ! (& e.g. tox.im = 6) */
#define MIN_NODE_LINE 50 /* IP: 7 + port: 5 + key: 38 + spaces: 2 = 70. ! (& e.g. tox.chat = 6) */
#define MAX_NODE_LINE 256 /* Approx max number of chars in a sever line (name + port + key) */
#define MAXNODES 50
#define NODELEN (MAX_NODE_LINE - TOX_PUBLIC_KEY_SIZE - 7)