Skip to content

Commit

Permalink
Fix apparent typo in host_blocks initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
gparent committed Feb 9, 2016
1 parent 7688657 commit 08ca812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __init__(self, config, daemon=False):
# Default to empty
if not self.config.core.nick_blocks:
self.config.core.nick_blocks = []
if not self.config.core.nick_blocks:
if not self.config.core.host_blocks:
self.config.core.host_blocks = []
self.setup()

Expand Down

0 comments on commit 08ca812

Please sign in to comment.