Changeset 6cc36ef for doc


Ignore:
Timestamp:
2011-04-18T14:04:50Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6eca2eb
Parents:
d43d55a
Message:

show_ids documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rd43d55a r6cc36ef  
    837837                                <varlistentry><term>undo [&lt;id&gt;]</term><listitem><para>Delete your last Tweet (or one with the given ID)</para></listitem></varlistentry>
    838838                                <varlistentry><term>rt &lt;screenname|id&gt;</term><listitem><para>Retweet someone's last Tweet (or one with the given ID)</para></listitem></varlistentry>
     839                                <varlistentry><term>reply &lt;screenname|id&gt;</term><listitem><para>Reply to a Tweet (with a reply-to reference)</para></listitem></varlistentry>
    839840                                <varlistentry><term>follow &lt;screenname&gt;</term><listitem><para>Start following a person</para></listitem></varlistentry>
    840841                                <varlistentry><term>unfollow &lt;screenname&gt;</term><listitem><para>Stop following a person</para></listitem></varlistentry>
     
    13091310                        <para>
    13101311                                Can be set for Jabber- and OSCAR-connections. For Jabber, you might have to set this if the servername isn't equal to the part after the @ in the Jabber handle. For OSCAR this shouldn't be necessary anymore in recent BitlBee versions.
     1312                        </para>
     1313                </description>
     1314        </bitlbee-setting>
     1315
     1316        <bitlbee-setting name="show_ids" type="boolean" scope="account">
     1317                <default>false</default>
     1318
     1319                <description>
     1320                        <para>
     1321                                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.
    13111322                        </para>
    13121323                </description>
Note: See TracChangeset for help on using the changeset viewer.