diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 20:21:24 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 20:21:24 +0000 |
commit | 3592b95ac23e243425e20ff9f69f407cb5ec4a74 (patch) | |
tree | ac892fe1f3334af08a1cdd5d02472a4f4dfddae5 /doc/user-guide | |
parent | 9ed00818d7351ca5bcb4ba16b5dfe900d45831d5 (diff) |
To address #991, adding a strict commands mode, where one has to use "post"
to post tweets.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 82501261..c5c9689a 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -834,6 +834,7 @@ <bitlbee-setting name="commands" type="boolean" scope="account"> <default>true</default> + <possible-values>true, false, strict</possible-values> <description> <para> @@ -852,7 +853,7 @@ </variablelist> <para> - Anything that doesn't look like a command will be treated as a tweet. Watch out for typos! :-) + Anything that doesn't look like a command will be treated as a tweet. Watch out for typos, or to avoid this behaviour, you can set this setting to <emphasis>strict</emphasis>, which causes the <emphasis>post</emphasis> command to become mandatory for posting a tweet. </para> </description> </bitlbee-setting> |