Polishing irk.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 17 May 2013 14:05:03 +0000 (10:05 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 17 May 2013 14:05:03 +0000 (10:05 -0400)
irk

diff --git a/irk b/irk
index 4ca4a842d6defe19a957cdea18419ce861d2ccd9..a8a2f42bc92fb8ad2b471f1d884a05192a5a3456 100755 (executable)
--- a/irk
+++ b/irk
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
-# Illustrates how to test irkerd.  Requires that the irkerd source
-# be in the current directory.
+# Illustrates how to test irkerd.
 #
 # First argument must be a channel URL. If it does not begin with "irc", 
 # the base URL for freenode is prepended.
@@ -25,7 +24,7 @@ def send(target, message):
     except socket.error, e:
         sys.stderr.write("irkerd: write to server failed: %r\n" % e)
 
-spawn = None
+# Spawn an irkerd instance if none is running.
 try:
     # irkerd might already be running
     s = socket.create_connection(("localhost", 6659))