Skip to main content

IRC client for Linux

I recently have a need to use the IRC to communicate with my counterparts. I have be looking to either GUI based or CLI based.. and each of them have their own strengths and weaknesses.

The following were the IRC clients which I managed to test out:

CLI based:

  • Weechat
  • IRSSI
  • f-IRC (seems does not support SSL)


GUI based:

  • Quassel
  • Smuxi
  • Pidgin-IRC
  • Konversation (KDE based)
  • X-chat

I later learnt a way on how to have a daemon listen log to your IRC channel without you switching own your IRC client, hence I tried ZNC.

I managed to get ZNC worked on my machine (hence the connection will be localhost:). 
However I did not able to connect to remote ZNC for unknown reason. The reason for me to use ZNC is that I want to get my machine into suspend mode while I don't want to miss any important conversation in the channel, so I believe remote ZNC (say, on my private VPS) should work.

Opinions are welcomed.

Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).