From d792247dd8c5c4742f3d74fda3442e29da22467a Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 19 Jul 2013 10:57:05 -0400 Subject: Fixed bug that sometimes prevented two clients from connecting. --- testing/nTox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/nTox.c b/testing/nTox.c index ac82d021..83fe9e34 100644 --- a/testing/nTox.c +++ b/testing/nTox.c @@ -241,7 +241,7 @@ int main(int argc, char *argv[]) raw(); getmaxyx(stdscr,y,x); new_lines(idstring0); - new_lines("/f ID (to add friend), /m friendnumber message (to send message)"); + new_lines("/f ID (to add friend), /m friendnumber message (to send message), /s status (to change status), /n nick (to change nickname)"); strcpy(line, ""); IP_Port bootstrap_ip_port; bootstrap_ip_port.port = htons(atoi(argv[2])); -- cgit v1.2.3