Happy !
SergiReyner / Chromia
About Chromia
This is an IRC bot that I developed to serve as the #AppliedEnergistics channel bot on Esper, and as a project to learn Smalltalk and Pharo.
My plan is to refactor it into an IRC protocol client, a framework for writing bots and then have the bot implemented on top of that framework.
To load it on a fresh Pharo 3.0 image:
Gofer it smalltalkhubUser: 'SergiReyner' project:'Chromia';
package: 'ConfigurationOfChromia';
load.
(Smalltalk at: #ConfigurationOfChromia) perform: #loadDevelopment.
