tBKwtWS il y a 7 ans
Parent
commit
98f71a6571
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)