diff options
Diffstat (limited to 'documentation/mumctl.txt')
| -rw-r--r-- | documentation/mumctl.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index 10c325f..5e4d800 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -52,8 +52,8 @@ mumctl connect [-p|--port <port>] <host> [username] :: as well). If omitted, the port defaults to 64738. -mumctl deafen <true|false|toggle> :: - Deafen/undeafen yourself. +mumctl deafen :: + Deafen yourself. mumctl disconnect :: Disconnect from the currently connected server. @@ -61,6 +61,10 @@ mumctl disconnect :: mumctl help :: Show a help message. +mumctl mute [user] :: + Mute yourself or someone else. + If user is omitted, you mute yourself. Otherwise, the user with the username [user] is muted. + mumctl server add [--password <password>] [--port <port>] [--username <username>] [<name>] <host> :: Add a saved server configuration. @@ -79,8 +83,12 @@ mumctl server rename <old name> <new name> :: mumctl status :: Show the currently conneced channel and server. -mumctl user <name> mute <true|false|toggle> :: - Mute someone else locally. +mumctl undeafen :: + Undeafen yourself. + +mumctl unmute [user] :: + Unmute yourself or someone else. + If user is omitted, unmute. Otherwise, the user with the username [user] is unmuted. mumctl volume set <volume> :: Set the outgoing volume level. |
