1. irssi install {{{
# cd /usr/src
# http://irssi.org/files/irssi-0.8.10a.tar.bz2
# tar xvjf irssi-0.8.10a.tar.bz2
# cd irssi-0.8.10
# ./configure --prefix=/usr/local/irssi-0.8.10 --with-proxy --with-perl-lib=site
# make ; make install
# cd /usr/local/irssi-0.8.10
# ln -s irssi-0.8.10/ irssi

# su - tongseob
$ vi .bash_profile
PATH=$PATH:$HOME/bin => PATH=$PATH:$HOME/bin:/usr/local/irssi/bin
$ source .bash_profile}}}

2. irssi setting {{{
/LOAD proxy
/SET irssiproxy_password 암호
/IRCNET add hanirc 
/SERVER add -auto -ircnet hanirc kr.hanirc.org
/SET irssiproxy_ports hanirc=2780
 : iz4u 는 27800
/server hanirc
/nick 까나리

 * 닉인증 받아야함
 (mIRC 방식)
/msg ^^ 인증 까나리 암호
//mode $me +x
 (X-Chat2 방식)
/msg ^^ 인증 까나리 암호
/mode 까나리 +x

/msg ^^ 설정 동시인증 3

/msg ^-^ 닉복구

 * 채널접속
/j #gnome
/j #soojung
/j #까날_팬클럽}}}

 

3. mIRC setting
 - server : irc.kkanari.org (proxy 세팅된 서버)
 - port : 2780
 - password : 암호
 - 접속 !!!

출처 - http://irssi.org/?page=docs&doc=proxy

{{{Irssi Proxy
Irssi proxy usage:

First you'll need to have the proxy module installed, either configure
irssi with --with-proxy and do make install, or manually:

  cd src/irc/proxy
  make
  mkdir ~/.irssi/modules
  cp .libs/libproxy.so ~/.irssi/modules/

In irssi, say:

  /LOAD proxy

You really should set some password for the proxy with:

  /SET irssiproxy_password secret

Then you'll need to configure the ports/ircnets the proxy listens in,
something like:

  /SET irssiproxy_ports ircnet=2777 efnet=2778 freenode=2779

There we have 3 different irc networks answering in 3 ports. Note that
you'll have to make the correct /IRCNET ADD and /SERVER ADD commands to
make it work properly.}}}