gnulag / circ

#gnulag's IRC bot
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

Get the modules to work and add functions to access IRC information #26

Closed colfrog closed 5 years ago

colfrog commented 5 years ago

This brings up to a point where we can start writing simple modules. We'll have to add functions to the API as we go.

However, CHIBI_MODULE_PATH needs to be set to chibi-scheme/lib for it to access the standard library. I set it from within the code for now