From ce402b20d82ec323e6bd5e306de934773590742d Mon Sep 17 00:00:00 2001 From: William Pettersson Date: Sun, 11 Jan 2015 15:08:37 +1000 Subject: Twitter format strings Allow users to specify how tweets should be displayed 3 new settings are available to set how tweets are displayed: - twitter_format_string for normal tweets - retweet_format_string for retweets - reply_format_string for replies For full documentation see the help files --- doc/user-guide/commands.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 6ce19774..b840350c 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1090,6 +1090,68 @@ + + ^B[^B%i^B]^B %c + + + + 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. "%%"). + + + + 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. + + + + %iThe ID of the tweet + %cThe text of the tweet + + + + + + + ^B[^B%i->%t^B]^B %c + + + + 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. "%%"). + + + + 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. + + + + %iThe ID of this tweet + %rThe ID of the tweet being replied to + %cThe text of the tweet + + + + + + + ^B[^B%i^B]^B RT @%a: %c + + + + 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. "%%"). + + + + 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. + + + + %iThe ID of the tweet + %aThe author of the original tweet + %cThe text of the tweet + + + + + false -- cgit v1.2.3