sorcix / sIRC

sIRC is a general purpose IRC library for Java, to be used as a foundation for IRC clients or bots. Using an event-driven architecture for recieving messages and a easy way of sending messages, sIRC simplifies the task of working with IRC servers.

Home Page:https://vic.demuzere.be/projects/sirc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sIRC

Sorcix Lib-IRC (sIRC) is a simple IRC library for Java.


Using sIRC

Build Status

Maven

<dependency>
    <groupId>com.sorcix</groupId>
    <artifactId>sirc</artifactId>
    <version>1.1.5</version>
</dependency>

Support

As sIRC contains about everything I needed, I'm not spending much time on it anymore. However, if you encounter a bug, or have a feature request, don't hesitate to let me know.

Use the sIRC issues page

Or send me an e-mail


Thanks for your interest in sIRC! If you're using it somewhere, let me know. :)

About

sIRC is a general purpose IRC library for Java, to be used as a foundation for IRC clients or bots. Using an event-driven architecture for recieving messages and a easy way of sending messages, sIRC simplifies the task of working with IRC servers.

https://vic.demuzere.be/projects/sirc/

License:Other


Languages

Language:Java 100.0%