2018-11-17 01:21:33 +02:00
|
|
|
# Whether or not everyone can vote
|
|
|
|
democracy: true
|
|
|
|
# The list of people to filter.
|
|
|
|
# If democracy is enabled, this is a blacklist. Otherwise this is a whitelist.
|
|
|
|
filter:
|
|
|
|
- "@user:example.com"
|
2019-01-19 16:52:08 +02:00
|
|
|
|
|
|
|
# Error message switches.
|
|
|
|
# If false, the bot will simply not react when the error occurs.
|
|
|
|
errors:
|
|
|
|
# Sorry, you're not allowed to vote.
|
|
|
|
filtered_users: true
|
|
|
|
# Sorry, you can't vote on votes.
|
|
|
|
vote_on_vote: true
|
|
|
|
# Hey! You can't upvote yourself!
|
|
|
|
upvote_self: true
|
|
|
|
# You already ±1'd that message.
|
|
|
|
already_voted: true
|