comparison src/gaim-remote.c @ 8152:82aeed3c90f0

[gaim-migrate @ 8864] I love me some consistency. I went with "screen name" instead of "screenname" mostly because I feel that the first one is more readable. It's also what aim.com uses. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 20 Jan 2004 16:08:45 +0000
parents fa6395637e2c
children 064ecf11a36a
comparison
equal deleted inserted replaced
8151:b619ee745ec0 8152:82aeed3c90f0
87 " add Add buddy to buddy list\n" 87 " add Add buddy to buddy list\n"
88 " remove Remove buddy from list\n" 88 " remove Remove buddy from list\n"
89 " -m, --message=MESG Message to send or show in conversation window\n" 89 " -m, --message=MESG Message to send or show in conversation window\n"
90 " -t, --to=SCREENNAME Select a target for command\n" 90 " -t, --to=SCREENNAME Select a target for command\n"
91 " -p, --protocol=PROTO Specify protocol to use\n" 91 " -p, --protocol=PROTO Specify protocol to use\n"
92 " -f, --from=SCREENNAME Specify screenname to use\n" 92 " -f, --from=SCREENNAME Specify scree nname to use\n"
93 " -q, --quiet Send message without showing a conversation\n" 93 " -q, --quiet Send message without showing a conversation\n"
94 " window\n" 94 " window\n"
95 */ 95 */
96 96
97 static struct option longopts[] = { 97 static struct option longopts[] = {
201 void show_longhelp_uri( char *name, char *command) 201 void show_longhelp_uri( char *name, char *command)
202 { 202 {
203 if(!strcmp(command, "uri")) { 203 if(!strcmp(command, "uri")) {
204 message(_("\n" 204 message(_("\n"
205 "Using AIM: URIs:\n" 205 "Using AIM: URIs:\n"
206 "Sending an IM to a screenname:\n" 206 "Sending an IM to a screen name:\n"
207 " gaim-remote uri 'aim:goim?screenname=Penguin&message=hello+world'\n" 207 " gaim-remote uri 'aim:goim?screenname=Penguin&message=hello+world'\n"
208 "In this case, 'Penguin' is the screenname we wish to IM, and 'hello world'\n" 208 "In this case, 'Penguin' is the screen name we wish to IM, and 'hello world'\n"
209 "is the message to be sent. '+' must be used in place of spaces.\n" 209 "is the message to be sent. '+' must be used in place of spaces.\n"
210 "Please note the quoting used above - if you run this from a shell the '&'\n" 210 "Please note the quoting used above - if you run this from a shell the '&'\n"
211 "needs to be escaped, or the command will stop at that point.\n" 211 "needs to be escaped, or the command will stop at that point.\n"
212 "Also,the following will just open a conversation window to a screenname,\n" 212 "Also,the following will just open a conversation window to a screen name,\n"
213 "with no message:\n" 213 "with no message:\n"
214 " gaim-remote uri 'aim:goim?screenname=Penguin'\n\n" 214 " gaim-remote uri 'aim:goim?screenname=Penguin'\n\n"
215 "Joining a chat:\n" 215 "Joining a chat:\n"
216 " gaim-remote uri 'aim:gochat?roomname=PenguinLounge'\n" 216 " gaim-remote uri 'aim:gochat?roomname=PenguinLounge'\n"
217 "...joins the 'PenguinLounge' chat room.\n\n" 217 "...joins the 'PenguinLounge' chat room.\n\n"