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

Merge upstream

This commit is contained in:
mannol
2014-03-23 22:54:56 +01:00
parent 705a55d1b5
commit 58f33fa1d6
5 changed files with 33 additions and 4 deletions

View File

@@ -70,6 +70,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 */
};