mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 06:26:36 +02:00
make error msg more clear for normal users
This commit is contained in:
@ -138,7 +138,7 @@ void cmd_add(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX
|
||||
wprintw(window, "Bad checksum in address.\n");
|
||||
break;
|
||||
case TOX_FAERR_SETNEWNOSPAM:
|
||||
wprintw(window, "Nospam was different.\n");
|
||||
wprintw(window, "Nospam was different (is this contact already added?)\n");
|
||||
break;
|
||||
default:
|
||||
wprintw(window, "Friend request sent.\n");
|
||||
|
Reference in New Issue
Block a user