1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 00:06:35 +01:00

add command to decline friend requests

This commit is contained in:
Jfreegman
2014-08-25 14:08:01 -04:00
parent 092df2c0e4
commit 68f1dffba7
7 changed files with 43 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ static struct cmd_func global_commands[] = {
{ "/add", cmd_add },
{ "/clear", cmd_clear },
{ "/connect", cmd_connect },
{ "/decline", cmd_decline },
{ "/exit", cmd_quit },
{ "/groupchat", cmd_groupchat },
{ "/help", cmd_prompt_help },