An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/sorcix/sIRC

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

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

---

### Using sIRC
[![Build Status](https://travis-ci.org/sorcix/sIRC.png?branch=master)](https://travis-ci.org/sorcix/sIRC)
- Source code on Github: http://github.com/sorcix/sIRC
- Online javadoc: http://sirc.sorcix.com

### Maven

```

com.sorcix
sirc
1.1.5

```
### 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

- http://github.com/sorcix/sIRC/issues

Or send me an e-mail

- vic@demuzere.be

---

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