XChat 2.8.0
XChat 是 Linux 和 Windows 中流行的 IRC 聊天程序,它支持同时加入多个 IRC 频道,既可以公开讨论,也能够私人对话,而且,可以传输文件。
XChat 2.8.0 在昨日发布,主要新增特性包括:
- 支持系统托盘图标功能
- 需要 GTK+ 2.10
- 新的频道列表窗口
- 更新了一些翻译文件
源码包可通过下面的地址下载。
Download link:
版权声明: 允许非商业性转载,但转载时必须标明作者及原文链接.
本文网址: http://linuxtoy.org/archives/xchat_2_8_0.html

我编译的时候出现了错误,不知道怎么解决?
collect2: ld returned 1 exit status
make[4]: *** [perl.la] 错误 1
make[4]: Leaving directory `/home/shofly/software/xchat-2.8.0/plugins/perl'
make[3]: *** [all] 错误 2
make[3]: Leaving directory `/home/shofly/software/xchat-2.8.0/plugins/perl'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/shofly/software/xchat-2.8.0/plugins'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/shofly/software/xchat-2.8.0'
make: *** [all] 错误 2
我的系统是Ubuntu Linux 6.10
支持一个服务器的不同房间使用不同编码吗?
@shofly:请看 XChat 的编译依赖安装完没有,可以执行
sudo apt-get build-dep xchat。@bbbush:你可以查阅 XChat 的在线文档。