mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 22:03:02 +01:00
This commit is contained in:
commit
3a2caf8bb9
1
prompt.c
1
prompt.c
@ -140,6 +140,7 @@ static void execute(ToxWindow* self, char* cmd) {
|
|||||||
break;
|
break;
|
||||||
case -2:
|
case -2:
|
||||||
wprintw(self->window, "Please add a message to your request.\n");
|
wprintw(self->window, "Please add a message to your request.\n");
|
||||||
|
break;
|
||||||
case -3:
|
case -3:
|
||||||
wprintw(self->window, "That appears to be your own ID.\n");
|
wprintw(self->window, "That appears to be your own ID.\n");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user