From 1b4e26d810f6060b1843ed6f1cff244d6fdaf9c2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 3 Sep 2012 23:18:28 -0400 Subject: [PATCH] Port 6659 has been applied for in the IANA registry. --- irker | 2 +- irker.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/irker b/irker index 74ecde9..47f4ed2 100755 --- a/irker +++ b/irker @@ -22,7 +22,7 @@ http://sourceforge.net/projects/python-irclib # These things might need tuning HOST = "localhost" -PORT = 4747 # Overridden by -p option +PORT = 6659 # Overridden by -p option NAMESTYLE = "irker%03d" # IRC nick template - must contain '%d' XMIT_TTL = (3 * 60 * 60) # Time to live, seconds from last transmit diff --git a/irker.xml b/irker.xml index 21b4d1e..1128805 100644 --- a/irker.xml +++ b/irker.xml @@ -32,7 +32,7 @@ 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 4747) for textual +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 -- 2.26.2