From: Eric S. Raymond Date: Sat, 29 Sep 2012 18:11:20 +0000 (-0400) Subject: More typo fixes. X-Git-Tag: 1.2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94012cbb895a7dbec7a33c2b7234c1fa43cc0453;hp=f2f74272f1b32943f5620bf9f7243379e0c7827e;p=irker.git More typo fixes. --- diff --git a/irkerd.xml b/irkerd.xml index 9b0161e..c203fa8 100644 --- a/irkerd.xml +++ b/irkerd.xml @@ -34,7 +34,7 @@ notifications from commit hooks in version-control systems. 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. +destination list, and "privmsg" specifying the message text. Examples: @@ -103,7 +103,7 @@ discarded. Eric S. Raymond esr@snark.thyrsus.com. See the project page at http://www.catb.org/~esr/irker -for updates and other resources, including an insrtallable repository +for updates and other resources, including an installable repository hook script. The implementation uses the Python IRC library by Joe Rosdahl and Jason R. Coombs.