hiirc 0.2.0

High-level and featureful IRC client library with ease of use in mind.
Documentation

hiirc

hiirc is a high level irc client library. The primary goal is for it to be easy to use and featureful. It's build on top of loirc and offers the same stability and reliability but with a much friendlier and abstract interface.

You can see the difference between loirc and hiirc by checking the peekaboo examples. (loirc/ hiirc)

You can setup a client by implementing the Listener trait, and giving an instance of your object to the dispatch method with Settings configured to your needs.

Just like loirc, server side is not a goal at the moment.

Features

  • event based API
  • channel, nickname and topic collection
  • various methods to send messages

License

zlib license, see LICENSE.