tBKwtWS 7 年之前
父節點
當前提交
536b69c61a
共有 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(self, connection, channel)
+        connection.join(channel)