=======
 FLEET 
=======
| 

about
-----
| 

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

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

manage list of bots

| 

  the fleet makes it possible to run multiple bots in one gozerbot.
  this can both be irc and jabber bots
 

| 

commands
--------
| 


1) cmnd

    cmnd all|<botname> <cmnd> .. excecute command on bot with <name> or on all fleet bots

    ::

        <user> !cmnd main st
        <output> none

    ::

        <user> !cmnd all st
        <output> [test] .. nobody said anything on channel #test yet

2) fleet-addirc (fleet-add)

    fleet-addirc <name> <nick> <server> [ipv6] [port] [passwd] .. add new server to fleet

    ::

        <user> !fleet-addirc test3 gozertest localhost
        <output> test3 started

3) fleet-addjabber

    fleet-addjabber <name> <host> <user> <passwd> [<port>] .. add new jabber server to fleet

    ::

        <user> !fleet-addjabber test2 jabber.xs4all.nl jtest@jabber.xs4all.nl xwe23
        <output> use this command on a jabber bot (and change password
        <output>  if you used it)

4) fleet-connect

    connect bot with <name> to irc server

    ::

        <user> !fleet-connect test
        <output> test connected

5) fleet-list

    show current fleet list

    ::

        <user> !fleet-list
        <output> test .. test3

6) fleet-del

    fleet-del <botname> .. delete bot from fleet list

    ::

        <user> !fleet-del test
        <output> test deleted

7) fleet-disconnect

    fleet-disconnect <name> .. disconnect bot with <name> from irc server

    ::

        <user> !fleet-disconnect test
        <output> none
