Changeset - 154b934a3358
[Not reviewed]
0 1 0
Sarang Bharadwaj - 13 years ago 2012-07-24 07:53:16
sarang.bh@gmail.com
Added #mode to help message
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/twitter/Requests/HelpMessageRequest.cpp
Show inline comments
 
@@ -7,12 +7,13 @@ void HelpMessageRequest::run()
 
			+ "#status <your status>      ==> Update your status\n"
 
			+ "#timeline [username]       ==> Retrieve <username>'s timeline; Default - own timeline\n"
 
			+ "@<username> <message>      ==> Send a directed message to the user <username>\n"
 
			+ "#retweet <unique_tweet_id> ==> Retweet the tweet having id <unique_tweet_id> \n"
 
			+ "#follow <username>         ==> Follow user <username>\n"
 
			+ "#unfollow <username>       ==> Stop Following user <username>\n"
 
			+ "#mode [012]                ==> Switch mode to 0(single), 1(multiple) or 2(chatroom)\n"
 
			+ "#help                      ==> Print this help message\n"
 
			+ "************************************************************************\n";
 
}
 

	
 
void HelpMessageRequest::finalize()
 
{
0 comments (0 inline, 0 general)