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.
- Host: GitHub
- URL: https://github.com/sorcix/sIRC
- Owner: sorcix
- License: other
- Archived: true
- Created: 2010-05-18T16:35:04.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T21:12:04.000Z (almost 8 years ago)
- Last Synced: 2025-12-21T12:48:07.790Z (7 months ago)
- Language: Java
- Homepage: https://vic.demuzere.be/projects/sirc/
- Size: 558 KB
- Stars: 49
- Watchers: 4
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - SIRC
README
# sIRC
Sorcix Lib-IRC (sIRC) is a simple IRC library for Java.
---
### Using sIRC
[](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. :)