1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 17:47:46 +02:00
This commit is contained in:
Sean Qureshi 2013-08-03 01:46:01 -07:00
commit 3a2caf8bb9

View File

@ -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;