diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-03-29 22:05:57 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-03-29 22:05:57 +0200 |
| commit | f9fd26f227b86b48fa4e570b89f18281d5431cda (patch) | |
| tree | b29f09d8c4d8775855b3099946bf74e2f6589fbe /documentation/mumctl.txt | |
| parent | bd0ea6ebd527eada9c428ed8ff78a9568bcc2e57 (diff) | |
| download | mum-f9fd26f227b86b48fa4e570b89f18281d5431cda.tar.gz | |
update manpages
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. |
