RogueHart Posted September 26, 2008 Share Posted September 26, 2008 could someone point me in the direction of an open source java irc client? any java irc client that i can view the complete source. doesnt matter the license. i just need an idea of what it takes to make an irc client in java. Quote Link to comment Share on other sites More sharing options...
jollyrancher82 Posted September 26, 2008 Share Posted September 26, 2008 could someone point me in the direction of an open source java irc client? any java irc client that i can view the complete source. doesnt matter the license. i just need an idea of what it takes to make an irc client in java. connect to IRC create separate thread for handling the sending of data receive data parse IRC protocol rinse and repeat It's pretty simple and generic. You just have to understand the IRC protocol. Quote Link to comment Share on other sites More sharing options...
Tenzer Posted September 26, 2008 Share Posted September 26, 2008 First result on Google: http://jircii.dashnine.org/ Quote Link to comment Share on other sites More sharing options...
RogueHart Posted September 26, 2008 Author Share Posted September 26, 2008 First result on Google: http://jircii.dashnine.org/ o.0 that wasnt my first result. that wasnt within the first 10 pages of mine lol. maybe i missed it Quote Link to comment Share on other sites More sharing options...
Tenzer Posted September 26, 2008 Share Posted September 26, 2008 o.0 that wasnt my first result. that wasnt within the first 10 pages of mine lol. maybe i missed it This was my search (where it shows up first in the list): http://www.google.dk/search?q=open+source+java+irc+client I also found this documentation on the IRC protocol: http://www.irchelp.org/irchelp/rfc/ Quote Link to comment Share on other sites More sharing options...
RogueHart Posted September 26, 2008 Author Share Posted September 26, 2008 This was my search (where it shows up first in the list): http://www.google.dk/search?q=open+source+java+irc+client I also found this documentation on the IRC protocol: http://www.irchelp.org/irchelp/rfc/ thanks for the help tenzer Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.