Search code examples
javairc

What is the best library for building an IRC bot in Java?


In particular, I'm trying to find a library that provides an elegant way to deal with the event-based nature of IRC, without producing spaghetti code (as a naive event-based implementation often becomes).


Solution

  • Netty is an event-driven IO framework you might want to look at.