From: Eric S. Raymond Date: Sat, 29 Sep 2012 18:03:31 +0000 (-0400) Subject: Fix minor inaccuracy pointed out by Daniel Franke. X-Git-Tag: 1.2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=012fe7bd9d7d94ac42c2596a27208ad819a1ec73;p=irker.git Fix minor inaccuracy pointed out by Daniel Franke. --- diff --git a/irkerd.xml b/irkerd.xml index 150f361..1b63d20 100644 --- a/irkerd.xml +++ b/irkerd.xml @@ -30,10 +30,10 @@ client intended to be used for shipping notification messages to IRC channels. The use case in mind when it was designed was broadcasting notifications from commit hooks in version-control systems. -irkerd is a socket server that listens -on for UDP or TCP packets on port 6659 for textual request lines -containing JSON objects and terminated by a newline. Each JSON object -must have exactly two members: "to" specifying a destination or +irkerd is a socket server that +listens on for UDP or TCP packets on port 6659 for textual request +lines containing JSON objects and terminated by a newline. Each JSON +object must have two members: "to" specifying a destination or destination list, and "privmsg" specifying the message test. Examples: