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

add statusmsg command to chat windows

This commit is contained in:
Jfreegman
2013-09-02 01:14:51 -04:00
parent 73d6fba055
commit 713f2347bc
2 changed files with 10 additions and 2 deletions

View File

@ -228,7 +228,7 @@ void cmd_help(ToxWindow *self, Tox *m, char **args)
wprintw(self->window, " mynick : Print your current nickname\n");
wprintw(self->window, " accept <number> : Accept friend request\n");
wprintw(self->window, " myid : Print your ID\n");
wprintw(self->window, " quit/exit : Exit program\n");
wprintw(self->window, " quit/exit : Exit Toxic\n");
wprintw(self->window, " help : Print this message again\n");
wprintw(self->window, " clear : Clear this window\n");