Changeset 799b60e for owl.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
  • owl.c

    r7ba9ead9 r799b60e  
    322322  sprintf(buff,      "Welcome to barnowl version %s.  Press 'h' for on-line help.            \n", OWL_VERSION_STRING);
    323323  strcat(startupmsg, buff);
     324  strcat(startupmsg, "To see a quick introduction, type ':show quickstart'.                  \n");
    324325  strcat(startupmsg, "                                                                       \n");
    325326  strcat(startupmsg, "BarnOwl is free software. Type ':show license' for more                \n");
    326   strcat(startupmsg, "information.                                                           \n");
    327   strcat(startupmsg, "                                                                 ^ ^   \n");
     327  strcat(startupmsg, "information.                                                     ^ ^   \n");
    328328  strcat(startupmsg, "                                                                 OvO   \n");
    329329  strcat(startupmsg, "Please report any bugs or suggestions to bug-barnowl@mit.edu    (   )  \n");
Note: See TracChangeset for help on using the changeset viewer.