Tatskaari / EarlTheIRCbot

An IRC bot written in erlang.
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Lots of updates.... #12

Closed egelmex closed 10 years ago

egelmex commented 10 years ago

Moved more bot logic out of the parser and back into the bot. Bot now waits for connection before trying to use the sendPid. Settings_server has a new API, old one could be racy. Updated git ignore to ignore .swp and .dump files moved constants to earl.hrl from ircParser.hrl.

egelmex commented 10 years ago

Oh I also added code for stashing away details about channels joined, it just saves there names and topics so far, and the logic should prob get it's own function...