Files
shaniqua-core/src/GypsFulvus/PluginStuff.hs

8 lines
389 B
Haskell
Raw Normal View History

2020-09-12 21:44:21 +02:00
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