diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-05-19 00:46:53 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-05-19 00:46:53 +0200 |
| commit | 5e879f68cc169fe95893f5c07a4748f26efc3563 (patch) | |
| tree | 7ba77b199bb8f4a74c527caa395f24e4344dd2c5 /documentation | |
| parent | f856694aa55672e6f2fa93fbce5d47fce2d08d1e (diff) | |
| download | mum-5e879f68cc169fe95893f5c07a4748f26efc3563.tar.gz | |
document the text message feature
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/mumctl.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index b9f083f..db8857f 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -98,6 +98,17 @@ mumctl volume <user> set <volume> :: Set the volume of another user's incoming audio. 1.0 is the default. +mumctl messages + Prints all received messages since mumd was started, or since this command last was issued, + whichever happens first. + +mumctl message user <message> <users> + Sends a message to all users specified in the list of users. + +mumctl message channel [-r|--recursive] <message> <channels> + Sends a message to all channels specified in the list of channels. + If the recursive flag is set, the message is also sent to all subchannels in a recursive manner. + Authors ------- |
