aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-02-20 19:47:33 -0300
committerdequis <dx@dxzone.com.ar>2015-02-20 19:47:33 -0300
commit0ca1d79cff9e6a9fb9fa4796814c9e77a9cfcc19 (patch)
tree0dab1800752e0a28461bd8c8e5b9ceebf6b4d2a6 /doc
parent34afea7dd6b066a9e7153d16a8e386c7c90ffe87 (diff)
Revert "Twitter format strings"
This reverts commit ce402b20d82ec323e6bd5e306de934773590742d. See discussion in PR #10 for more details.
Diffstat (limited to 'doc')
-rw-r--r--doc/user-guide/commands.xml62
1 files changed, 0 insertions, 62 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index b840350c..6ce19774 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -1090,68 +1090,6 @@
</bitlbee-setting>
- <bitlbee-setting name="format_string" type="string" scope="account">
- <default>^B[^B%i^B]^B %c</default>
-
- <description>
- <para>
- 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. "%%").
- </para>
-
- <para>
- 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.
- </para>
-
- <variablelist>
- <varlistentry><term>%i</term><listitem><para>The ID of the tweet</para></listitem></varlistentry>
- <varlistentry><term>%c</term><listitem><para>The text of the tweet</para></listitem></varlistentry>
- </variablelist>
- </description>
-
- </bitlbee-setting>
-
- <bitlbee-setting name="reply_format_string" type="string" scope="account">
- <default>^B[^B%i->%t^B]^B %c</default>
-
- <description>
- <para>
- 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. "%%").
- </para>
-
- <para>
- 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.
- </para>
-
- <variablelist>
- <varlistentry><term>%i</term><listitem><para>The ID of this tweet</para></listitem></varlistentry>
- <varlistentry><term>%r</term><listitem><para>The ID of the tweet being replied to</para></listitem></varlistentry>
- <varlistentry><term>%c</term><listitem><para>The text of the tweet</para></listitem></varlistentry>
- </variablelist>
- </description>
-
- </bitlbee-setting>
-
- <bitlbee-setting name="retweet_format_string" type="string" scope="account">
- <default>^B[^B%i^B]^B RT @%a: %c</default>
-
- <description>
- <para>
- 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. "%%").
- </para>
-
- <para>
- 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.
- </para>
-
- <variablelist>
- <varlistentry><term>%i</term><listitem><para>The ID of the tweet</para></listitem></varlistentry>
- <varlistentry><term>%a</term><listitem><para>The author of the original tweet</para></listitem></varlistentry>
- <varlistentry><term>%c</term><listitem><para>The text of the tweet</para></listitem></varlistentry>
- </variablelist>
- </description>
-
- </bitlbee-setting>
-
<bitlbee-setting name="mobile_is_away" type="boolean" scope="global">
<default>false</default>