CeBot is an IRC bot written in Crystal.
Currently this repository contains not only the bot but also the underlying libraries and tools until they are mature enough to be extracted into their own projects.
Base library that handles establishing and maintaining an connection to an IRC network, message de-/serialization and calling handlers for received messages.
- Crystal
Abstraction layer to provide an easy to use API and commonly used tools for developing IRC bots.
- Crystal
- irc
The actual bot, consisting of plugins and a file to actually instantiate the bot.
- Crystal
- framework