Returns whether a character is silenced on a voice channel
See also Voice functions.
Signature:
silenced = UnitIsSilenced("name", "channel")
Arguments:
name- Name of a character (string)channel- Name of a chat channel (string)
Returns:
silenced- 1 if the unit is silenced on the given channel; otherwise nil (1nil)