### $Header: /afs/dev.mit.edu/source/repository/athena/bin/olc/lib/olc.cfg,v 1.1 1997/04/30 18:19:15 ghudson Exp $
# This is the configuration file for "olc".
# It specifies parameters which differentiate it from other OLxx services.
# (It is also used by "olist", "oshow" and "oreplay" for OLC.)
# All lines starting with `#' are comments.

# Name of the OLxx service (in uppercase).                           [required]
service	          "OLC"

# Fallback for the machine name of the OLC server                    [required]
fallback_server   "matisse.mit.edu"

# Default prompt (for TTY clients).                  [default: "client_name> "]
prompt            "olc> "

# If present, "answer_client" indicates that this is a client that is used
# by the consultant-type people to answer questions.  [default: this client
# is used by users; only use commands for asking questions]
#answer_client

# If present, "no_hours" means that this service has no posted hours.
#             [default: service's hours can be retrieved using "hours" command]
#no_hours

# Default title for the people answering questions.                  [required]
consultant_title  "consultant"

### support for "help" command
# Directory where the help files live.                      [required for help]
help_dir          "/usr/athena/lib/olc/olc_help"

# "Main" help file (eg. for "help" with no arguments).   [default: client name]
help_name         "olc"

# Help file extension (only used by TTY clients!)            [default: ".help"]
help_ext          ".help"

### support for stock answers
# Stock answers directory.                         [required for stock answers]
stock_dir         "/mit/olc-stock/stock_answers"

# Stock answers browser executable.                [required for stock answers]
stock_browser     "/mit/olc-stock/browser"

# Command(s) to make the stock answers available.   [optional, may be repeated]
stock_attach      "/bin/athena/attach olc-stock"

# "Magic" file used to determine if the answers are attached or not.
#                                                  [required for stock answers]
stock_magic       "/mit/olc-stock/MAGIC"
