diff options
| author | Kapten Z∅∅m <55669224+default-username-852@users.noreply.github.com> | 2021-03-30 12:53:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 12:53:15 +0200 |
| commit | a6d433e3ad95b9a21d5d473da4b1f65e78585bb2 (patch) | |
| tree | f02e2dc0335d283c755be2bc614f28c67084bf73 /documentation/mumctl.txt | |
| parent | 2e9e69d1b9232b6d41ae1a517f119f075fbaa760 (diff) | |
| parent | 7b8c33c94fcce42cf098bf4a3a4cc404ba342204 (diff) | |
| download | mum-a6d433e3ad95b9a21d5d473da4b1f65e78585bb2.tar.gz | |
Merge pull request #78 from mum-rs/mute-usability
Mute usability
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..5b1607c 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 yourself. Otherwise, the user with the username [user] is unmuted. mumctl volume set <volume> :: Set the outgoing volume level. |
