tBKwtWS пре 7 година
родитељ
комит
98f71a6571
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      irc/events/on_welcome.py

+ 1 - 1
irc/events/on_welcome.py

@@ -8,4 +8,4 @@ def process_event(self, connection, event):
     connection.mode(connection.get_nickname(), "+x")
     do_everything_to.join(self, connection, self.homechannel)
     for channel in channels:    # Join channels with autojoin function.
-        do_everything_to.join(channel)
+        do_everything_to.join(self, connection, channel)