Jump to content

java IRC


RogueHart

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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/

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...