Changeset b1fd36e for commands.c


Ignore:
Timestamp:
May 31, 2008, 10:17:37 PM (16 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
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:
dd28b51, c453ada
Parents:
d7a3188
Message:
Clean up some crufty stubs that haven't been implemented in years,
and fix a couple of typos.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r864ed35 rb1fd36e  
    245245              "delete a buddy from a buddylist",
    246246              "delbuddy <protocol> <screenname>",
    247               "Delete the named buddy to your buddylist.  <protocol< can be aim or zephyr\n"),
     247              "Delete the named buddy from your buddylist.  <protocol> can be aim or zephyr\n"),
    248248
    249249  OWLCMD_ARGS("join", owl_command_join, OWL_CTX_INTERACTIVE,
     
    750750
    751751  OWLCMD_ARGS("message", owl_command_message, OWL_CTX_ANY,
    752               "Display an informatative message",
     752              "Display an informative message",
    753753              "message <message>",
    754754              ""),
Note: See TracChangeset for help on using the changeset viewer.