Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.04 KB

File metadata and controls

41 lines (28 loc) · 1.04 KB

irc

This is a pre-release version and its API may break

An irc client library for Erlang 28 or later.

Main Features

Some of the features offered are:

  • An extensive implementation of the IRC protocol
  • ISUPPORT, IRCv3, CTCP support
  • Easy access to the connection state
  • Multiple connections

Install

You can include this library in your projects as a dependency in rebar.config:

{deps, [%% ... Other dependencies
       {irc, {git, "https://github.com/hyperimpose/irc.git", {branch, "master"}}}]}.

Documentation

The library is documented using ExDoc. To build the documentation run:

$ rebar3 ex_doc

You can view the generated configuration in doc/exdoc/.

License

irc is licensed under the GNU Affero General Public License version 3 (AGPLv3).

https://www.gnu.org/graphics/agplv3-with-text-162x68.png

A copy of this license is included in the file COPYING.