From: Eric S. Raymond Date: Sun, 20 Oct 2013 04:55:23 +0000 (-0400) Subject: Repairing the secret-chanel patch. Smoke test works. X-Git-Tag: 2.0~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c30b9acf4e19a88ed053737b1c2633133476f5f5;p=irker.git Repairing the secret-chanel patch. Smoke test works. --- 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)