mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-30 07:21:12 -05:00
Update README.md
less verbose bot configuration
This commit is contained in:
parent
84ae5729e3
commit
be8a31e29c
16
README.md
16
README.md
@ -239,11 +239,17 @@ If your bot manage differents channels or community, remove all User.action from
|
||||
|
||||
You should keep your bot quiet as possible, it should not replies to error, user without capabilities, etc :
|
||||
|
||||
supybot.reply.error.noCapability: True
|
||||
supybot.reply.whenNotCommand: False
|
||||
supybot.reply.error.detailed: False
|
||||
|
||||
You should also disable help, config, list until needed for registered users on the bot.
|
||||
config supybot.reply.error.noCapability: True
|
||||
config supybot.replies.genericNoCapability ""
|
||||
config supybot.abuse.flood.command.invalid.notify False
|
||||
config supybot.reply.whenNotCommand: False
|
||||
config supybot.reply.error.detailed: False
|
||||
config supybot.replies.error ""
|
||||
config defaultcapability remove channel.nicks
|
||||
config defaultcapability remove alias.add
|
||||
config defaultcapability remove config
|
||||
config defaultcapability remove help
|
||||
config defaultcapability remove list
|
||||
|
||||
It works with any version of supybot, vanilla, limnoria, etc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user