tBKwtWS 7 năm trước cách đây
mục cha
commit
536b69c61a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(self, connection, channel)
+        connection.join(channel)