eriq-augustine / clefable

IRC Chatbot
6 stars 0 forks source link

Figure Out Require System #100

Closed eriq-augustine closed 12 years ago

eriq-augustine commented 12 years ago

Everything is loaded at "load-time" (at the first stages of startup). Should all files still require what they need? Should we not load all the files at load-time?

At the very least, commands should be loaded into the system.

eriq-augustine commented 12 years ago

Done. Big restructure in 98d7f8c059b42979c600286d5fa7fca03deb6c2b. See notes/require.txt for details.