Skip to content

IRC client library. The project aims to abstract the IRC protocol completely and provide easy access to the state of the connection. It can be used to implement any kind of service.

License

Notifications You must be signed in to change notification settings

hyperimpose/irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irc

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

An irc client library for Erlang.

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

User’s guide
Building, basic concepts
Usage Example
An example echo bot
Reference Manual
List of all the modules and functions offered

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.

About

IRC client library. The project aims to abstract the IRC protocol completely and provide easy access to the state of the connection. It can be used to implement any kind of service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages