Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm looking for a (preferably free and/or open source) IRC client running on the Windows' command line. I searched for a while and found that this kind of tools exists for Linux and that you can improvise something with telnet, but is there a native IRC client that can be executed within cmd?

share|improve this question

1 Answer

up vote 2 down vote accepted

irssi is open source terminal based IRC client for multiple platform including windows. It can be operated by default windows command-line or puttycyg.

share|improve this answer
Hm. It seems good, but I can only start it by executing the .bat, and then it opens in a new window. If I try to put it on the PATH and start it by typing "irssi", the terminal just close. Is it normal? – Timst Oct 28 '12 at 10:28
You need to pass command-line parameters, here is manual explaining parameters required on 1st index. – Mayur Pipaliya Oct 28 '12 at 13:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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