Twitter: Add warning about capabilities in the README.

master
Valentin Lorentz 2013-04-27 19:31:12 +02:00
parent 27f37d397c
commit 9fc17a8c01
1 changed files with 10 additions and 0 deletions

View File

@ -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
==============