=========
 INSTALL 
=========
| 

about
-----
| 

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

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

install plugin from webserver

| 

commands
--------
| 


1) install

    install <server> <dir> <plug>: install http://<plugserver>/<dir>/<plugin>.py from server (maybe try install-plug ?)

    ::

        <user> !install r8.cg.nu plugs dict
        <output> only owneruserhost can use install

2) install-key

    install a pgp key

    ::

        <user> !install-key 2A22EC17F9EBC3D8
        <output> failed to import key 2A22EC17F9EBC3D8 from pgp.mit.edu

    ::

        <user> !install-key http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF9EBC3D8
        <output> installed key with fingerprint D561C5D7CD86CB3CCA1AB5512A22EC17F9EBC3D8

3) install-list

    list plugins that can be installed

    ::

        <user> !install-list
        <output> only owneruserhost can use install

4) install-plug

    try to install a plugin checking all knows sites

    ::

        <user> !install-plug 8b
        <output> only owneruserhost can use install

5) install-sites

6) install-update

7) install-version
