Changeset 799b60e for commands.c


Ignore:
Timestamp:
Nov 15, 2008, 8:49:55 AM (15 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
3381399
Parents:
43a306c
git-author:
Geoffrey Thomas <geofft@mit.edu> (11/13/08 01:05:57)
git-committer:
Geoffrey Thomas <geofft@mit.edu> (11/15/08 08:49:55)
Message:
Add the :show quickstart command.

In an effort to make barnowl more self-documenting, add a ':show quickstart'
command, which displays about two lines on using each protocol, a getQuickstart
perl hook, and references to this command in the startup message and :help.

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r451db9e r799b60e  
    641641              "show keymap <keymap>\n"
    642642              "show license\n"
     643              "show quickstart\n"
    643644              "show startup\n"
    644645              "show status\n"
     
    22072208  } else if (!strcmp(argv[1], "license")) {
    22082209    owl_function_show_license();
     2210  } else if (!strcmp(argv[1], "quickstart")) {
     2211    owl_function_show_quickstart();
    22092212  } else if (!strcmp(argv[1], "startup")) {
    22102213    char *filename;
Note: See TracChangeset for help on using the changeset viewer.