1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 16:06:44 +02:00

busy status mutes beeping

This commit is contained in:
Jfreegman
2013-12-09 19:25:09 -05:00
parent a833be730f
commit 44d9f7fe61
4 changed files with 8 additions and 6 deletions

View File

@ -32,7 +32,6 @@ const uint8_t glob_cmd_list[AC_NUM_GLOB_COMMANDS][MAX_CMDNAME_SIZE] = {
{ "/myid" },
{ "/nick" },
{ "/note" },
{ "/q" },
{ "/quit" },
{ "/status" },
};