unbreak namespaces
This commit is contained in:
7
src/GypsFulvus/PluginStuff.hs
Normal file
7
src/GypsFulvus/PluginStuff.hs
Normal 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
|
Reference in New Issue
Block a user