diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/mumctl.1 | 24 | ||||
| -rw-r--r-- | documentation/mumctl.txt | 16 | ||||
| -rw-r--r-- | documentation/mumd.1 | 4 | ||||
| -rw-r--r-- | documentation/mumdrc.5 | 4 |
4 files changed, 34 insertions, 14 deletions
diff --git a/documentation/mumctl.1 b/documentation/mumctl.1 index 3239cb4..d93083b 100644 --- a/documentation/mumctl.1 +++ b/documentation/mumctl.1 @@ -2,12 +2,12 @@ .\" Title: mumd .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.12 -.\" Date: 2020-12-25 +.\" Date: 2021-03-29 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MUMCTL" "1" "2020-12-25" "\ \&" "\ \&" +.TH "MUMCTL" "1" "2021-03-29" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -84,9 +84,9 @@ as well). If omitted, the port defaults to 64738. .RE .sp -mumctl deafen <true|false|toggle> +mumctl deafen .RS 4 -Deafen/undeafen yourself. +Deafen yourself. .RE .sp mumctl disconnect @@ -99,6 +99,12 @@ mumctl help Show a help message. .RE .sp +mumctl mute [user] +.RS 4 +Mute yourself or someone else. +If user is omitted, you mute yourself. Otherwise, the user with the username [user] is muted. +.RE +.sp mumctl server add [\-\-password <password>] [\-\-port <port>] [\-\-username <username>] [<name>] <host> .RS 4 Add a saved server configuration. @@ -129,9 +135,15 @@ mumctl status Show the currently conneced channel and server. .RE .sp -mumctl user <name> mute <true|false|toggle> +mumctl undeafen +.RS 4 +Undeafen yourself. +.RE +.sp +mumctl unmute [user] .RS 4 -Mute someone else locally. +Unmute yourself or someone else. +If user is omitted, unmute. Otherwise, the user with the username [user] is unmuted. .RE .sp mumctl volume set <volume> 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. diff --git a/documentation/mumd.1 b/documentation/mumd.1 index ffd5f96..9a26720 100644 --- a/documentation/mumd.1 +++ b/documentation/mumd.1 @@ -2,12 +2,12 @@ .\" Title: mumd .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.12 -.\" Date: 2020-12-25 +.\" Date: 2021-01-07 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MUMD" "1" "2020-12-25" "\ \&" "\ \&" +.TH "MUMD" "1" "2021-01-07" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/documentation/mumdrc.5 b/documentation/mumdrc.5 index b540f1b..88bb748 100644 --- a/documentation/mumdrc.5 +++ b/documentation/mumdrc.5 @@ -2,12 +2,12 @@ .\" Title: mumdrc .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.12 -.\" Date: 2020-12-25 +.\" Date: 2021-01-07 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MUMDRC" "5" "2020-12-25" "\ \&" "\ \&" +.TH "MUMDRC" "5" "2021-01-07" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 |
