8 lines
389 B
Haskell
8 lines
389 B
Haskell
![]() |
module GypsFulvus.PluginStuff(loadCommsPlugins, loadLabourPlugins) where
|
||
|
|
||
|
-- load all the plugins for IO (e.g. IRC, stdio, maybe matrix procol, telnet, whatever)
|
||
|
loadCommsPlugins collectorChannel = undefined
|
||
|
-- load all the routines that the bot can run (e.g. run tcl code, calculator, youtube, etc.)
|
||
|
loadLabourPlugins availableCommandMap = undefined
|
||
|
-- thread to pass any work to be done
|