Ignore:
File:
1 edited

Legend:

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

    rf93fd2d rce402b2  
    847847                                <varlistentry><term>rt &lt;screenname|#id&gt;</term><listitem><para>Retweet someone's last Tweet (or one with the given ID)</para></listitem></varlistentry>
    848848                                <varlistentry><term>reply &lt;screenname|#id&gt;</term><listitem><para>Reply to a Tweet (with a reply-to reference)</para></listitem></varlistentry>
     849                                <varlistentry><term>rawreply &lt;screenname|#id&gt;</term><listitem><para>Reply to a Tweet (with no reply-to reference)</para></listitem></varlistentry>
    849850                                <varlistentry><term>report &lt;screenname|#id&gt;</term><listitem><para>Report the given user (or the user who posted the tweet with the given ID) for sending spam. This will also block them.</para></listitem></varlistentry>
    850851                                <varlistentry><term>follow &lt;screenname&gt;</term><listitem><para>Start following a person</para></listitem></varlistentry>
     
    888889                <description>
    889890                        <para>
    890                                 Currently only available for MSN connections. This setting allows you to read and change your "friendly name" for this connection. Since this is a server-side setting, it can't be changed when the account is off-line.
     891                                Currently only available for MSN connections, and for jabber groupchats.
     892                        </para>
     893                        <para>
     894                                For MSN: This setting allows you to read and change your "friendly name" for this connection. Since this is a server-side setting, it can't be changed when the account is off-line.
     895                        </para>
     896                        <para>
     897                                For jabber groupchats: this sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick like MSN.
    891898                        </para>
    892899                </description>
     
    10801087                                With modes "many" and "one", you can post tweets by /msg'ing the twitter_yourusername contact. In mode "chat", messages posted in the Twitter channel will also be posted as tweets.
    10811088                        </para>
     1089                </description>
     1090
     1091        </bitlbee-setting>
     1092
     1093        <bitlbee-setting name="format_string" type="string" scope="account">
     1094                <default>^B[^B%i^B]^B %c</default>
     1095
     1096                <description>
     1097                        <para>
     1098                                This setting controls how tweets are displayed. Below are listed the two replacement attributes you may use in the string. If you wish to use a percent symbol in your string, ensure you escape it with a second percent symbol (i.e. "%%").
     1099                        </para>
     1100
     1101                        <para>
     1102                                The default setting contains ^B as a control code for toggling of the bold property. Other similar properties (including color codes) are also functional in this setting. See the documentation for your IRC client for details on such control codes.
     1103                        </para>
     1104
     1105                        <variablelist>
     1106                                <varlistentry><term>%i</term><listitem><para>The ID of the tweet</para></listitem></varlistentry>
     1107                                <varlistentry><term>%c</term><listitem><para>The text of the tweet</para></listitem></varlistentry>
     1108                        </variablelist>
     1109                </description>
     1110
     1111        </bitlbee-setting>
     1112
     1113        <bitlbee-setting name="reply_format_string" type="string" scope="account">
     1114                <default>^B[^B%i->%t^B]^B %c</default>
     1115
     1116                <description>
     1117                        <para>
     1118                                This setting controls how replies to tweets are displayed. Below are listed the three replacement attributes you may use in the string. If you wish to use a percent symbol in your string, ensure you escape it with a second percent symbol (i.e. "%%").
     1119                        </para>
     1120
     1121                        <para>
     1122                                The default setting contains ^B as a control code for toggling of the bold property. Other similar properties (including color codes) are also functional in this setting. See the documentation for your IRC client for details on such control codes.
     1123                        </para>
     1124
     1125                        <variablelist>
     1126                                <varlistentry><term>%i</term><listitem><para>The ID of this tweet</para></listitem></varlistentry>
     1127                                <varlistentry><term>%r</term><listitem><para>The ID of the tweet being replied to</para></listitem></varlistentry>
     1128                                <varlistentry><term>%c</term><listitem><para>The text of the tweet</para></listitem></varlistentry>
     1129                        </variablelist>
     1130                </description>
     1131
     1132        </bitlbee-setting>
     1133
     1134        <bitlbee-setting name="retweet_format_string" type="string" scope="account">
     1135                <default>^B[^B%i^B]^B RT @%a: %c</default>
     1136
     1137                <description>
     1138                        <para>
     1139                                This setting controls how retweets are displayed. Below are listed the three replacement attributes you may use in the string. If you wish to use a percent symbol in your string, ensure you escape it with a second percent symbol (i.e. "%%").
     1140                        </para>
     1141
     1142                        <para>
     1143                                The default setting contains ^B as a control code for toggling of the bold property. Other similar properties (including color codes) are also functional in this setting. See the documentation for your IRC client for details on such control codes.
     1144                        </para>
     1145
     1146                        <variablelist>
     1147                                <varlistentry><term>%i</term><listitem><para>The ID of the tweet</para></listitem></varlistentry>
     1148                                <varlistentry><term>%a</term><listitem><para>The author of the original tweet</para></listitem></varlistentry>
     1149                                <varlistentry><term>%c</term><listitem><para>The text of the tweet</para></listitem></varlistentry>
     1150                        </variablelist>
    10821151                </description>
    10831152
Note: See TracChangeset for help on using the changeset viewer.