Skip to content

Commit

Permalink
Merge pull request sopel-irc#746 from janandjohn3/patch-1
Browse files Browse the repository at this point in the history
[admin] Make both references to auto_accept_invite be the same.
  • Loading branch information
embolalia committed Feb 19, 2015
2 parents c462a3d + ee5052e commit 89dbdc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion willie/modules/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ def configure(config):
| [admin] | example | purpose |
| -------- | ------- | ------- |
| hold_ground | False | Auto re-join on kick |
| auto_accept_invite | False | Auto accept invites from non-admin users |
"""
config.add_option('admin', 'hold_ground', "Auto re-join on kick")
config.add_option('admin', 'auto_accept_invites', "Auto Accept All Invites")
config.add_option('admin', 'auto_accept_invite', "Auto Accept All Invites")


@willie.module.require_privmsg
Expand Down

0 comments on commit 89dbdc5

Please sign in to comment.