diff --git a/backends/twitter/Requests/HelpMessageRequest.cpp b/backends/twitter/Requests/HelpMessageRequest.cpp index 53ee36927604f088aca0b3e34393b1f312334278..da7dfc76def66da54718bdfe09b115be94f9a0e0 100644 --- a/backends/twitter/Requests/HelpMessageRequest.cpp +++ b/backends/twitter/Requests/HelpMessageRequest.cpp @@ -3,16 +3,21 @@ DEFINE_LOGGER(logger, "HelpMessageRequest") void HelpMessageRequest::run() { helpMsg = helpMsg - + "\n******************************HELP************************************\n" - + "#status ==> Update your status\n" + + "You will receive tweets of people you follow from this contact." + + "Following commands can be used to manage your Twitter account:" + "#timeline [username] ==> Retrieve 's timeline; Default - own timeline\n" + + "#status ==> Update your status\n" + "@ ==> Send a directed message to the user \n" + "#retweet ==> Retweet the tweet having id \n" + "#follow ==> Follow user \n" + "#unfollow ==> Stop Following user \n" - + "#mode [012] ==> Switch mode to 0(single), 1(multiple) or 2(chatroom)\n" + + "#mode [01] ==> Switch mode to 0(single), 1(multiple). See below\n" + "#help ==> Print this help message\n" - + "************************************************************************\n"; + + "************************************************************************\n" + + "There are 3 ways how to use the gateway:\n" + + "Mode 0 - There is twitter.com contact in your roster and all Twitter messages are forwaded using this contact.\n" + + "Mode 1 - Same as Mode 0, but the people you follow are displayed in your roster. You will receive/send directed messages using those contacts.\n" + + "Joining the #twitter@" + jid + " room - You can join mentioned room and see people you follow there as well as the tweets they post. Private messages in that room are mapped to Twitter direct messages."; } void HelpMessageRequest::finalize()