diff --git a/src/main.c b/src/main.c index 3f3b2e2..a121a14 100644 --- a/src/main.c +++ b/src/main.c @@ -168,9 +168,9 @@ static Tox *init_tox(int ipv4) tox_callback_file_data(m, on_file_data, NULL); #ifdef __linux__ - tox_set_name(m, (uint8_t *) "I should insta... buy a Mac", strlen("I should insta... buy a Mac")); + tox_set_name(m, (uint8_t *) "Cool dude", strlen("Cool dude")); #elif defined(__FreeBSD__) - tox_set_name(m, (uint8_t *) "Very cool guy", strlen("Very cool guy")); + tox_set_name(m, (uint8_t *) "Nerd", strlen("Nerd")); #elif defined(__APPLE__) tox_set_name(m, (uint8_t *) "Hipster", strlen("Hipster")); /* This used to users of other Unixes are hipsters */ #else