Copyright (C) 2001 John Carpenter (barak@wi.rr.com)
Released under GPL version 2.0 (see COPYING for full version)

This plugin looks for "#<name on the tab control>" or "#all" at the
beginning of any line that is being sent to the mud.  It is case
insensitive and can handle spaces in the name.  If it finds a match it
will direct the remainder of the line to the correct session to be
processed as though the user typed it in that session.  If it finds #all
the remainder of the line will be sent to each available session.

This makes it possible to set up aliases such as the following:
	"cure" "#cleric cast 'cure' tank"
	"eb" "#all eat bread"

The princple should be familiar to anyone who has used tintin in the past.


