unbreak namespaces

This commit is contained in:
Jon Doe
2020-09-12 21:44:21 +02:00
committed by Maciej Bonin
parent 35e395960c
commit c9bdb637ce
4 changed files with 82 additions and 59 deletions

View File

@ -0,0 +1,7 @@
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