We have a fixed port.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 03:03:12 +0000 (23:03 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 03:03:12 +0000 (23:03 -0400)
irker.xml

index 2bfb368e429d313bdcf240dc39ac700bb84310ae..af933af312b9dd366db92c40faff1af89f62f8b5 100644 (file)
--- a/irker.xml
+++ b/irker.xml
@@ -31,11 +31,11 @@ channels. The use case in mind when it was designed was broadcasting
 notifications from commit hooks in version-control systems.</para>
 
 <para><application>irker</application> is a socket server that listens
-on for UDP or TCP packets on a port (normally 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 destination list, and "privmsg" specifying
-the message test.  Examples:
+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
+destination list, and "privmsg" specifying the message test.
+Examples:
 
 <programlisting>
 {"to":"irc://chat.freenode.net/git-ciabot", "privmsg":"Hello, world!"}