mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 16:16:46 +02:00
refactored sendfile and invite commands to not require names and to only work in chat windows
This commit is contained in:
@ -92,7 +92,6 @@ static void print_prompt_help(ToxWindow *self)
|
||||
wprintw(self->window, " /note <message> : Set a personal note\n");
|
||||
wprintw(self->window, " /nick <nickname> : Set your nickname\n");
|
||||
wprintw(self->window, " /join <n> : Join a group chat\n");
|
||||
wprintw(self->window, " /invite <nickname> <n> : Invite friend to a groupchat\n");
|
||||
wprintw(self->window, " /groupchat : Create a group chat\n");
|
||||
wprintw(self->window, " /myid : Print your ID\n");
|
||||
wprintw(self->window, " /quit or /exit : Exit Toxic\n");
|
||||
|
Reference in New Issue
Block a user