]> jfr.im git - erebus.git/blobdiff - bot.py
Starting module API
[erebus.git] / bot.py
diff --git a/bot.py b/bot.py
index a3b16f9938c19e4fcf0951b7af94d97dbaeab246..257e3dbe061aaef33734b1efcedde9a31462dd7a 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -28,9 +28,9 @@ class Bot(object):
 
                                elif pieces[1] == "001":
                                        self.conn.registered(True)
-
                                        for c in self.chans:
                                                self.join(c)
+
                        else:
                                self.parse(line)
        def parse(self, line):