diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-08 10:13:57 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-08 10:13:57 +0200 |
| commit | 558b4e7cf74cba5b14b65819ceb190b073d7bb4d (patch) | |
| tree | c89bc9ceba89af72b61ebfe0383a576ee5ed0ad1 | |
| parent | 2f3ca41289de5cc275f19af5125557a175465d7c (diff) | |
| download | mum-558b4e7cf74cba5b14b65819ceb190b073d7bb4d.tar.gz | |
update manpage
| -rw-r--r-- | documentation/mumctl.1 | 4 | ||||
| -rw-r--r-- | documentation/mumctl.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/documentation/mumctl.1 b/documentation/mumctl.1 index b2badf6..01840d1 100644 --- a/documentation/mumctl.1 +++ b/documentation/mumctl.1 @@ -99,9 +99,11 @@ mumctl help Show a help message. .RE .sp -mumctl message channel [\-r|\-\-recursive] <message> <channels> +mumctl message channel [\-r|\-\-recursive] <message> [<channel>...] 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. .sp mumctl message user <message> <users> Sends a message to all users specified in the list of users. 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] <message> <channels> +mumctl message channel [-r|--recursive] <message> [<channel>...] 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 <message> <users> Sends a message to all users specified in the list of users. |
