What is a good example of an Open Source IRC client for Windows or Linux? If not, something free and extensible will do.

The reason I would like this to be open source is that I wouldn't mind being able to understand how the message formatting is implemented in such a project.

link|improve this question
Related: Good Free IRC Client? – heavyd Aug 31 '10 at 19:40
feedback

5 Answers

up vote 6 down vote accepted

irssi is both free, and open source, and has windows ports.

However, if you're trying to learn the protocol, I suggest reading the specification rather than trying to reverse engineer a complex client.

link|improve this answer
feedback

Pidgin (multi-protocol), Xchat (dedicated to IRC) and Chatzilla (built on the mozilla framework and available as add-on for firefox. Written in JavaScript and XUL and therefore perhaps more accessible for your purpose) are open source clients that support IRC. You can also check the links below:

link|improve this answer
feedback

XChat for Linux/anything else than Windows, AND XChat-WDK for Windows.

link|improve this answer
feedback

PircBot is an IRC API for Java.

link|improve this answer
feedback

Throwing WeeChat in the mix also then :) Used to use irssi, but I lost my config files and I didn't want to rewrite everything. Good thing weechat has saner default settings than irssi.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.