Make error messages optional
This commit is contained in:
parent
7993eced35
commit
d30b14af39
2 changed files with 24 additions and 4 deletions
|
@ -4,3 +4,15 @@ democracy: true
|
|||
# If democracy is enabled, this is a blacklist. Otherwise this is a whitelist.
|
||||
filter:
|
||||
- "@user:example.com"
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue