Skip to content
theepicsnail edited this page Mar 26, 2011 · 1 revision

A Provider is the structure that hooks onto SuperBot2's plugin systems. It is responsible for giving the Connector, Plugins, and Services. The structure works like this:

[[SuperBot2|Home]]/
    ProviderName/
        [[Autoload.cfg]]
        [[Connector.py|Connector]]
        [[Plugins|Plugin]]/
            MyPlugin.py
            MyOtherPlugin.py
        [[Services|Service]]/
            MyService.py

Anything in a provider can access the Logging and Configuration modules.

Clone this wiki locally