|
@@ -98,7 +98,7 @@ def process_event(self, connection, event):
|
|
|
# Rejoin if bot was kicked.
|
|
# Rejoin if bot was kicked.
|
|
|
if kicked == connection.get_nickname():
|
|
if kicked == connection.get_nickname():
|
|
|
print("Rejoining " + channel)
|
|
print("Rejoining " + channel)
|
|
|
- do_everything_to.join(self, connection, self.homechannel)
|
|
|
|
|
|
|
+ do_everything_to.join(self, connection, channel)
|
|
|
|
|
|
|
|
if event.source.nick == connection.get_nickname() or self.channels[self.homechannel].is_owner(kicker):
|
|
if event.source.nick == connection.get_nickname() or self.channels[self.homechannel].is_owner(kicker):
|
|
|
print("Stop if offender is bot or owner")
|
|
print("Stop if offender is bot or owner")
|