=======
 RELAY 
=======
| 

about
-----
| 

:author:  Bart Thate <bthate@gmail.com>
:contact: IRCNET/#dunkbots
:website: http://plugins.gozerbot.org
:license: Public Domain
 
| 

description
-----------
| 

relay between fleet bots or channels

| 

 
  the bot can relay between different bots both IRC and Jabber ones.
  relay uses the following format.
 
  <botname> <channel> <botname> <channel>
 
  <------ from -----> <------- to ------>
 

| 

commands
--------
| 


1) relay-add

    relay-add <botname> <channel> <botname> <channel> .. add bot/channel to relay

    ::

        <user> !relay-add main #dunkbots test #dunkbots
        <output> relay added

3) relay-list

    list the relays

    ::

        <user> !relay-list
        <output> (main,#dunkbots) => (test,#dunkbots)

3) relay-del

    relay-del <botname> <channel> <botname> <channel> .. delete bot/channel from relay

    ::

        <user> !relay-del main #dunkbots test #dunkbots
        <output> relay deleted
