aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/mumctl.txt
diff options
context:
space:
mode:
authorKapten Z∅∅m <55669224+default-username-852@users.noreply.github.com>2021-06-06 23:19:05 +0200
committerGitHub <noreply@github.com>2021-06-06 23:19:05 +0200
commit360b232de29f0104a8beb0c57e8defd9e54c9e6c (patch)
tree3595d6ae9dbe293ef0403ce581edd4742569147c /documentation/mumctl.txt
parentea8b1906e14c3b319d3ad184b6d7cfc507c23b4f (diff)
parent55a12fbdfb435886b2f211fe1fb00daafb32b6a7 (diff)
downloadmum-360b232de29f0104a8beb0c57e8defd9e54c9e6c.tar.gz
Merge pull request #92 from mum-rs/text-message
Text message
Diffstat (limited to 'documentation/mumctl.txt')
-rw-r--r--documentation/mumctl.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt
index b9f083f..e513255 100644
--- a/documentation/mumctl.txt
+++ b/documentation/mumctl.txt
@@ -98,6 +98,19 @@ mumctl volume <user> set <volume> ::
Set the volume of another user's incoming audio.
1.0 is the default.
+mumctl messages [-f|--follow]
+ Prints all received messages since mumd was started, or since this command last was issued,
+ whichever happens first.
+ If the follow flag is set, mumctl will instead wait for new messages to come in and print
+ them as they come in. To exit this loop, issue a Ctrl-C.
+
+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
-------