diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-04-18 16:04:50 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-04-18 16:04:50 +0200 | 
| commit | 6cc36efa70ff179de1468c8cfe614152366fa27b (patch) | |
| tree | ef7b427a217e1699a562e3ee696698041c6fb1bc /doc/user-guide | |
| parent | d43d55a4c55b1c75d29831a825978541f8356419 (diff) | |
show_ids documentation.
Diffstat (limited to 'doc/user-guide')
| -rw-r--r-- | doc/user-guide/commands.xml | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 85003f24..2baed9d0 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -836,6 +836,7 @@  			<variablelist>  				<varlistentry><term>undo [<id>]</term><listitem><para>Delete your last Tweet (or one with the given ID)</para></listitem></varlistentry>  				<varlistentry><term>rt <screenname|id></term><listitem><para>Retweet someone's last Tweet (or one with the given ID)</para></listitem></varlistentry> +				<varlistentry><term>reply <screenname|id></term><listitem><para>Reply to a Tweet (with a reply-to reference)</para></listitem></varlistentry>  				<varlistentry><term>follow <screenname></term><listitem><para>Start following a person</para></listitem></varlistentry>  				<varlistentry><term>unfollow <screenname></term><listitem><para>Stop following a person</para></listitem></varlistentry>  				<varlistentry><term>post <message></term><listitem><para>Post a tweet</para></listitem></varlistentry> @@ -1312,6 +1313,16 @@  		</description>  	</bitlbee-setting> +	<bitlbee-setting name="show_ids" type="boolean" scope="account"> +		<default>false</default> + +		<description> +			<para> +				Enable this setting on a Twitter account to have BitlBee include a two-digit "id" in front of every message. This id can then be used for replies and retweets. +			</para> +		</description> +	</bitlbee-setting> +  	<bitlbee-setting name="show_offline" type="boolean" scope="global">  		<default>false</default> | 
