From: Jonathan Neuschäfer Date: Tue, 12 Jun 2012 19:54:45 +0000 (+0200) Subject: ncmpc.1: describe the "chat" protocol X-Git-Tag: release-0.21~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=fcbdcd835e392ac579a31ba7f90ad21f203826ee;p=ncmpc.git ncmpc.1: describe the "chat" protocol --- diff --git a/doc/ncmpc.1 b/doc/ncmpc.1 index 187e375..9f9b166 100644 --- a/doc/ncmpc.1 +++ b/doc/ncmpc.1 @@ -257,6 +257,8 @@ Some useful examples for format are: and "[[%artist% \- ]%title%]|[%file]" +.SH "CHAT PROTOCOL" +If ncmpc has been compiled with "chat" support, it uses the client-to-client protocol available in MPD 0.17 or higher to communicate with other clients. In order to receive messages it subscribes to the channel with the name "chat", and displays any message sent there as-is. When the user enters a message, it is first with the prefix specified by the \fBchat-prefix\fR option (or the default prefix), and then sent to the "chat" channel for others to read. .SH "BUGS" Report bugs on http://www.musicpd.org/mantis/ .SH "NOTE"