fn handle_mute(
session_state: &mut SessionState,
global_state: &mut GlobalState,
args: Vec<String>,
) -> Result<Option<Content>, Content>
Expand description
Handles ClientChatCommand::Mute
fn handle_mute(
session_state: &mut SessionState,
global_state: &mut GlobalState,
args: Vec<String>,
) -> Result<Option<Content>, Content>
Handles ClientChatCommand::Mute