1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 16:16:46 +02:00

guarantee unique nicks

This commit is contained in:
Jfreegman
2013-09-22 20:25:48 -04:00
parent 7fed456e3b
commit bde7aacc8d
2 changed files with 14 additions and 1 deletions

View File

@ -261,7 +261,7 @@ static void prompt_onGroupInvite(ToxWindow *self, Tox *m, int friendnumber, uint
int n = add_group_req(group_pub_key, friendnumber);
if (n == -1) {
wprintw(self->window, "\nGroup chat queue is full. Discarding invite.\n");
wprintw(self->window, "\nSomething bad happened.\n");
return;
}