sIRC
sIRC copied to clipboard
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 s...
Just throwing this out there, the commit list is ugly.
additionally, implement server-time and sasl extensions
[Line 91 in Channel.java](https://github.com/sorcix/sIRC/blob/master/src/main/java/com/sorcix/sirc/Channel.java#L91) appears to try and ban a user by their ident, however it is getting their nick instead of their username. This can cause problems when people...