=====
Relay
=====

__copyright__ = 'this file is in the public domain'

relaying is used between different bots in the fleet. see doc/FLEET for 
running multiple bot. both jabber bots and irc bots can be used. the relay
plugin is still incomplete as it only forwards privmsg, join and part.

add a relay
===========

relay-add <botname> <channel> <botname> <channel>
          <------ from -----> <------- to ------>

::

  < dunker> !relay-add main #dunkbots ircnet #dunkbots
  < gozerbot> relay added

remove a relay
==============
::

  < dunker> !relay-del main #dunkbots ircnet #dunkbots
  < gozerbot> relay deleted
