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

add command to list pending friend requests, a few related fixes

This commit is contained in:
Jfreegman
2014-08-19 20:49:29 -04:00
parent a3a8f7608a
commit 75e8486061
8 changed files with 72 additions and 25 deletions

View File

@@ -52,6 +52,7 @@ static struct cmd_func global_commands[] = {
{ "/note", cmd_note },
{ "/q", cmd_quit },
{ "/quit", cmd_quit },
{ "/requests", cmd_requests },
{ "/status", cmd_status },
#ifdef _AUDIO