-
Notifications
You must be signed in to change notification settings - Fork 2
Provider
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.