Repairing the secret-chanel patch. Smoke test works.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 20 Oct 2013 04:55:23 +0000 (00:55 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 20 Oct 2013 04:55:23 +0000 (00:55 -0400)
irkerd

diff --git a/irkerd b/irkerd
index c22e942e6033fb65257638cd251995511e113513..dd907fbd11b2aca63179f5a30b09d3cf7ba2c147 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -340,7 +340,7 @@ class Target():
         if self.channel and not isnick and self.channel[0] not in "#&+":
             self.channel = "#" + self.channel
         # support both channel?secret and channel?key=secret
-        self.key = None
+        self.key = ""
         if parsed.query:
             self.key = re.sub("^key=", "", parsed.query)
         self.port = int(ircport)