Changeset fe0a16a
- Timestamp:
- Dec 24, 2006, 11:18:01 AM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 17eed9c
- Parents:
- ea215ac
- git-author:
- Nelson Elhage <nelhage@mit.edu> (12/23/06 23:56:06)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (12/24/06 11:18:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r4692b70 rfe0a16a 245 245 OWLCMD_ARGS("addbuddy", owl_command_addbuddy, OWL_CTX_INTERACTIVE, 246 246 "add a buddy to a buddylist", 247 "addbuddy aim <screenname>", 248 "Add the named buddy to your buddylist. Eventually other protocols,\n" 249 "such as zephyr, will also be able to use this command. For now the\n" 250 "only available protocol is 'aim', specified as the first argument."), 247 "addbuddy <protocol> <screenname>", 248 "Add the named buddy to your buddylist. <protocol> can be aim or zephyr\n"), 251 249 252 250 OWLCMD_ARGS("delbuddy", owl_command_delbuddy, OWL_CTX_INTERACTIVE, 253 251 "delete a buddy from a buddylist", 254 "delbuddy aim <screenname>", 255 "Delete the named buddy to your buddylist. Eventually other protocols,\n" 256 "such as zephyr, will also be able to use this command. For now the\n" 257 "only available protocol is 'aim', specified as the first argument.\n"), 252 "delbuddy <protocol> <screenname>", 253 "Delete the named buddy to your buddylist. <protocol< can be aim or zephyr\n"), 258 254 259 255 OWLCMD_ARGS("join", owl_command_join, OWL_CTX_INTERACTIVE,
Note: See TracChangeset
for help on using the changeset viewer.