From 9fc17a8c01dae79a8ef601d001f5e586fede0bfe Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 27 Apr 2013 19:31:12 +0200 Subject: [PATCH] Twitter: Add warning about capabilities in the README. --- Twitter/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Twitter/README.txt b/Twitter/README.txt index 9917ba5..08986cd 100644 --- a/Twitter/README.txt +++ b/Twitter/README.txt @@ -29,6 +29,16 @@ to supybot.plugins.Twitter.accounts.channel.key and supybot.plugins.Twitter.accounts.channel.secret. +Capabilities +============ + +All users are allowed to use all commands by default! Use this command to +disable account administration (follow, unfollow, ...) by default: +@defaultcapability add -twitteradmin + +To disable posts and retweets by default, use this one: +@defaultcapability add -twitterpost + Extra features ==============