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

Changed to toggle video command rather than two separate commands

This commit is contained in:
cnhenry
2015-08-12 08:24:43 -05:00
parent 2cdcbc07a7
commit 8a66c3fa4c
5 changed files with 23 additions and 50 deletions

View File

@@ -84,7 +84,6 @@ static struct cmd_func chat_commands[] = {
#endif /* AUDIO */
#ifdef VIDEO
{ "/video", cmd_video },
{ "/endvideo", cmd_end_video },
#endif /* VIDEO */
{ NULL, NULL },
};