Index: src/game/g_cmds.c =================================================================== --- src/game/g_cmds.c (revision 872) +++ src/game/g_cmds.c (working copy) @@ -949,6 +949,6 @@ if( trap_Argc( ) < 2 ) return; + if( ent->client->pers.muted ) + return; + trap_Argv( 1, arg, sizeof( arg ) ); targetNum = atoi( arg );