1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 21:26:45 +02:00

Remove invalid groupchat commands

These commands only work in audio conferences
This commit is contained in:
jfreegman
2023-10-05 11:20:04 -04:00
parent 85ab7592c9
commit 30d01127e7
2 changed files with 0 additions and 10 deletions

View File

@ -117,12 +117,6 @@ static const char *group_cmd_list[] = {
"/voice",
"/whisper",
"/whois",
#ifdef AUDIO
"/lsdev",
"/sdev",
"/mute",
"/sense",
#endif /* AUDIO */
};
GroupChat groupchats[MAX_GROUPCHAT_NUM];