1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-15 17:16:34 +01:00
This commit is contained in:
Jfreegman
2014-03-25 22:02:48 -04:00
6 changed files with 37 additions and 8 deletions

View File

@@ -71,6 +71,7 @@ static struct cmd_func chat_commands[] = {
{ "/call", cmd_call },
{ "/cancel", cmd_cancel },
{ "/answer", cmd_answer },
{ "/reject", cmd_reject },
{ "/hangup", cmd_hangup },
#endif /* _SUPPORT_AUDIO */
};