Merge pull request #13 from prgmrbill/rewords_readme_and_adds_example

Rewords README a bit and adds an example
This commit is contained in:
Nicolas Coevoet 2015-03-19 23:19:29 +01:00
commit ebe7cc8e1f

View File

@ -252,8 +252,11 @@ You should keep your bot quiet as possible, it should not replies to error, user
config defaultcapability remove help config defaultcapability remove help
config defaultcapability remove list config defaultcapability remove list
And there is a lot more abuseable command, this is why it's better to use 'supybot.capabilities.default' to False. There are other commands that are prone to abuse as well. It's better to use the following command:
It works with any version of supybot, vanilla, limnoria, etc
config supybot.capabilities.default False.
This command works with any version of supybot, vanilla, limnoria, etc.
## Bugs and Features ## ## Bugs and Features ##