Sunday, March 2, 2008

Laughing man project; first version of IRC library in erlang

No bot/agent system would be complete without an IRC bot agent. This is the skeleton version of the botlist-laughingman IRC bot. It is a basic Erlang IRC bot right now. It could work as a good skeleton.

Current features.
* Works with current releases of erlang (as of 3/1/2008)
* Skeleton library based on the orbitz bot
* Simple functions include sending messages to the channel, printing the messages, etc.

To compile use the makefile 'make tests' and make sure you have erlang installed. Possible eunit for the unit tests.

Based on:
http://orbitz-erlang.blogspot.com/2005/08/irc-bot.html

http://openbotlist.googlecode.com/svn/trunk/botlistprojects/laughingman/

No comments: