From c30b9acf4e19a88ed053737b1c2633133476f5f5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 20 Oct 2013 00:55:23 -0400 Subject: [PATCH] Repairing the secret-chanel patch. Smoke test works. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irkerd b/irkerd index c22e942..dd907fb 100755 --- 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) -- 2.26.2