From 012fe7bd9d7d94ac42c2596a27208ad819a1ec73 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 29 Sep 2012 14:03:31 -0400 Subject: [PATCH] Fix minor inaccuracy pointed out by Daniel Franke. --- irkerd.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.26.2