Btc 1.1.2 README
----------------

Btc is a palace server plugin that controls propagation of "blowthru"
messages between palace client plugins

Changes in Version 1.1.2
------------------------

Bug fixes
---------

* A bug where Btc help was displayed for any help inquiry made
by a wizards is fixed.

Installation
------------

The following installation instructions assume that the Palace server
has been installed in /usr/local/palace.

Btc is a standard Palace server plugin.  It is installed by
placing the plugin file, btc.so, in the palace binary folder,
/usr/local/palace/bin, and adding the following line to the plugin
configuration file, /usr/local/palace/<palace-name>/psdata/plugin.conf

../bin/btc.so <switch settings>

The control switches log, page, presents, and other may be set using the
<switch settings> parameters.  For example:

../bin/btc.so presents on log off

will allow Palace Presents blowthru messages and suppress the log file
entries.  (See below for the meaning of these switches.)  The default
values for the switches are:

  log on
  page off
  presents off
  others on


Wizard and god Commands
-----------------------

Btc also adds the following commands for users with wizard or god
status.

`btc presents [on | off] - Allow (on) or don't allow (off) palace
                           presents blowthru messages");
`btc others [on | off]   - Allow (on) or don't allow (off) other
                           blowthru messages
`btc list                - Show the btc plugin settings
`btc log [on | off]      - Write a log entry when a blowthru message
                           processed
`btc page [on | off]     - Page wizards when a blowthru message is
                           processed
