]> jfr.im git - irc/rizon/acid.git/commitdiff
I do too much Java/C
authorAdam <redacted>
Fri, 24 Oct 2014 06:02:15 +0000 (02:02 -0400)
committerAdam <redacted>
Fri, 24 Oct 2014 06:02:15 +0000 (02:02 -0400)
pyva/pyva/src/main/python/registration/registration.py

index 6b899ed3b38fcae91e8d11f7a247a8c0f8219575..a998c09b9ec0b0740e079d10f7a8d919ad39aaa6 100644 (file)
@@ -46,6 +46,6 @@ class registration(AcidPlugin):
                #logging fun
                Acidictive.privmsg(self.client, self.logchan, "registration info sent to %s" % chan)
                
-               Channel c = Channel.findChannel(chan)
+               c = Channel.findChannel(chan)
                if c:
                        me.partChan(c)