Skip to content

Commit

Permalink
Fix issue sopel-irc#1048
Browse files Browse the repository at this point in the history
  • Loading branch information
calebj committed Mar 29, 2016
1 parent 79406ac commit 47ebfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def f_reload(bot, trigger):
'medium': collections.defaultdict(list),
'low': collections.defaultdict(list)
}
bot.command_groups = collections.defaultdict(list)
bot._command_groups = collections.defaultdict(list)
bot.setup()
return bot.reply('done')

Expand Down

0 comments on commit 47ebfd5

Please sign in to comment.