Search code examples
javairc

Java irc library


I'm creating an Swing GUI, I want to include a irc client into the JFrame. So I'm looking for a library that I could easily set up and put in a JPanel. But all I can seem to find on google are applets which run in your browser.


Solution

  • I've had success using this to build an IRC bot: http://www.jibble.org/pircbot.php

    I has the libraries used for just IRC as well.