Skip to content

Commit

Permalink
fix admin
Browse files Browse the repository at this point in the history
Co-authored-by: dgw <dgw@technobabbl.es>
  • Loading branch information
Exirel and dgw authored Oct 22, 2020
1 parent 0305afa commit ed85b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def hold_ground(bot, trigger):
channel = trigger.sender
if bot.config.admin.hold_ground:
LOGGER.info('Got kicked from "%s"; admin.hold_ground is on.', channel)
bot.join(trigger.sender)
bot.join(channel)
else:
LOGGER.info('Got kicked from "%s"; admin.hold_ground is off.', channel)

Expand Down

0 comments on commit ed85b02

Please sign in to comment.