Skip to content
theepicsnail edited this page Mar 6, 2011 · 3 revisions

Welcome to the very light overview of how SuperBot2(SB2) works and what he can do! SB2 is a more generalized version of SuperBot which has a better plugin system, and is no longer IRC specific.

There are 5 main pieces to SB2:

  1. Core
  2. Connector
  3. PluginManager
  4. PluginDispatcher
  5. PluginDispatcherWorkerThread

The only parts that the end user would need to provide are the Connector, plugins, and the configuration. The 'Connector' piece connects SB2's plugin systems to some form of network connection Plugins are placed into the Plugins directory. Configuration files can be found in the Config folder

Clone this wiki locally