From 3166943cfe0a3f6da24418d85d2e33cec9f1801e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 26 Sep 2012 23:03:12 -0400 Subject: [PATCH] We have a fixed port. --- irker.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/irker.xml b/irker.xml index 2bfb368..af933af 100644 --- 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. irker 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: {"to":"irc://chat.freenode.net/git-ciabot", "privmsg":"Hello, world!"} -- 2.26.2