erlbot.git
13 years agoDeleted some un-implemented things from irc_net_sup, and changed some formatting...
Matt Mullins [Wed, 18 May 2011 05:17:24 +0000 (00:17 -0500)]
Deleted some un-implemented things from irc_net_sup, and changed some formatting to be easier to read.

13 years agoRenamed irc_sup to irc_net_sup; added some documentation
Matt Mullins [Wed, 18 May 2011 05:04:18 +0000 (00:04 -0500)]
Renamed irc_sup to irc_net_sup; added some documentation

13 years agoCreated a "core" application that supports core bot activities.
Matt Mullins [Wed, 18 May 2011 04:44:03 +0000 (23:44 -0500)]
Created a "core" application that supports core bot activities.

13 years agoMoved around the IRC modules
Matt Mullins [Wed, 18 May 2011 04:36:11 +0000 (23:36 -0500)]
Moved around the IRC modules

This will support factoring the bot into several "applications".

13 years agoBasic structure of the IRC modules. Nothing does anything, and I still need to make...
Matt Mullins [Mon, 20 Dec 2010 04:26:36 +0000 (22:26 -0600)]
Basic structure of the IRC modules.  Nothing does anything, and I still need to make sure my pid accounting works properly, but at least it kind of has the supervisory structure I'm going to want.

I made lots of TODO notes in comments.