From 4b20d96858a247366f003154cbad9c94880adb8a Mon Sep 17 00:00:00 2001 From: PrgmrBill Date: Thu, 19 Mar 2015 18:15:27 -0400 Subject: [PATCH] Rewords a bit and adds example for disabling defaultcapabilities --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87627d1..ba2116d 100644 --- a/README.md +++ b/README.md @@ -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 list -And there is a lot more abuseable command, this is why it's better to use 'supybot.capabilities.default' to False. -It works with any version of supybot, vanilla, limnoria, etc +There are other commands that are prone to abuse as well. It's better to use the following command: + + config supybot.capabilities.default False. + +This command works with any version of supybot, vanilla, limnoria, etc. ## Bugs and Features ##