mumd(1) ======= Name ---- mumctl - mumd(1) controller Synopsis -------- mumctl [] Description ----------- mumctl is a CLI controller for mumd(1), a client daemon for Mumble, a free and open source voice chat system. Options ------- -h, --help :: Prints help information. --version :: Prints version information. Subcommands contain additional options. Subcommands ----------- mumctl channel connect :: Connect to another channel. mumctl channel list :: List all channels in the connected server. mumctl completions [--bash|--fish|--zsh] :: Generate a completion file for the specified shell. mumctl config :: Set a configuration value in the mumd(1) config-file. See mumdrc(5). mumctl config-reload :: Force a reload of the configuration file (e.g. after editing it externally. mumctl connect [-p|--port ] [username] :: Connect to a server on the specified port. The host may be either the name of a saved server or an IP/URL (in which case username needs to be passed as well). If omitted, the port defaults to 64738. mumctl deafen :: Deafen yourself. mumctl disconnect :: Disconnect from the currently connected server. 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 [--port ] [ | ] :: Add a saved server configuration. mumctl server config :: Configure a variable in a saved server configuration. mumctl server list :: List all saved servers and how many are connected to them. mumctl server remove :: Remove a saved server. mumctl server rename :: Rename a saved server. mumctl status :: Show the currently conneced channel and server. mumctl undeafen :: Undeafen yourself. mumctl unmute [user] :: Unmute yourself or someone else. If user is omitted, unmute yourself. Otherwise, the user with the username [user] is unmuted. mumctl volume set :: Set the outgoing volume level. 1.0 is the default. mumctl volume set :: Set the volume of another user's incoming audio. 1.0 is the default. Authors ------- Gustav Sörnäs and Eskil Queseth. Reporting bugs -------------- Please report bugs to the Github repository at https://github.com/mum-rs/mum/ or by e-mail to gustav@sornas.net. See also -------- mumd(1), mumdrc(5)