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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user