An attempt at making irk clean up after itself.
[irker.git] / README
diff --git a/README b/README
index 844a4e4fd27e4525314f70011307867583503a6e..661ae22fbe004ebe33b14ce2f83b2ef7699acc29 100644 (file)
--- a/README
+++ b/README
@@ -6,20 +6,16 @@ listening socket.
 
 It is meant to be used by hook scripts in version-control
 repositories, allowing them to send commit notifications to project
-IRC channels.  A hook script, irkerhook.py, supporting git and
+IRC channels.  A hook script, irkerhook.py, supporting git, hg, and
 Subversion is included in the distribution; see the install.txt file
 for installation instructions.
 
-There's an alpha-stage proxy that takes CIA XML-RPC notifications 
-and passes them to a local irker instance. Find it here:
+The advantage of using this daeomon over individual scripted sends 
+is that it can maintain connection state for multiple channels,
+avoiding obnoxious join/leave spam.
 
-    https://github.com/nenolod/irker-cia-proxy
-
-Due to the abrupt death of cia.vc on September 24 2012 the
-initial release of this software was a bit rushed.  See the file
-BUGS for known problems.
-
-Please read the file hacking.txt before modifying this code.
+Please read the files security.txt and hacking.txt before modifying
+this code.
 
                                                Eric S. Raymond
-                                               August 2012
+                                               September 2012