From 2f3ca41289de5cc275f19af5125557a175465d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 8 Jun 2021 10:12:13 +0200 Subject: manpage alphabetical order --- documentation/mumctl.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'documentation/mumctl.txt') diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index e513255..af9e059 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -61,6 +61,19 @@ mumctl disconnect :: mumctl help :: Show a help message. +mumctl message channel [-r|--recursive] + 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. + +mumctl message user + Sends a message to all users specified in the list of users. + +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 mute [user] :: Mute yourself or someone else. If user is omitted, you mute yourself. Otherwise, the user with the username [user] is muted. @@ -98,19 +111,6 @@ mumctl volume set :: 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 - Sends a message to all users specified in the list of users. - -mumctl message channel [-r|--recursive] - 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 ------- -- cgit v1.2.1 From 558b4e7cf74cba5b14b65819ceb190b073d7bb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 8 Jun 2021 10:13:57 +0200 Subject: update manpage --- documentation/mumctl.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'documentation/mumctl.txt') diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index af9e059..888d847 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -61,9 +61,11 @@ mumctl disconnect :: mumctl help :: Show a help message. -mumctl message channel [-r|--recursive] +mumctl message channel [-r|--recursive] [...] 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. + If no channels are given the message is sent to the channel currently + connected to. mumctl message user Sends a message to all users specified in the list of users. -- cgit v1.2.1