Skip to content
/ sIRC Public
forked from 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.

License

Notifications You must be signed in to change notification settings

JamoBox/sIRC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%