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