mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:53:05 +01:00
Merge branch 'master' of github.com:stqism/ProjectTox-Core
This commit is contained in:
commit
9b37ca7894
1
prompt.c
1
prompt.c
@ -142,6 +142,7 @@ static void execute(ToxWindow* self, char* cmd) {
|
|||||||
wprintw(self->window, "Please add a message to your request.\n");
|
wprintw(self->window, "Please add a message to your request.\n");
|
||||||
break;
|
break;
|
||||||
case -3:
|
case -3:
|
||||||
|
break;
|
||||||
wprintw(self->window, "That appears to be your own ID.\n");
|
wprintw(self->window, "That appears to be your own ID.\n");
|
||||||
break;
|
break;
|
||||||
case -4:
|
case -4:
|
||||||
|
Loading…
Reference in New Issue
Block a user