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 /IRCNET add ozinger /SERVER add -auto -ircnet hanirc apink.hanirc.org (UTF-8) /SERVER add -auto -ircnet hanirc ddos.hanirc.org /SERVER add -auto -ircnet hanirc kr.hanirc.org /SERVER add -auto -ircnet ozinger irc.ozinger.org /SET irssiproxy_ports hanirc=27800 /SET irssiproxy_ports hanirc=2780 /SET irssiproxy_ports ozinger=2780 : iz4u, clubguru.net ´Â 27800 /server hanirc /server ozinger /nick ±î³ª¸® * ´ÐÀÎÁõ ¹Þ¾Æ¾ßÇÔ ¿À¡¾î /msg ^^ ·Î±×ÀÎ ¾ÏÈ£ /msg ^^ ÀÎÁõ ±î³ª¸® ¾ÏÈ£ /mode ±î³ª¸® +x /msg >_< ·Î±×ÀÎ ¾ÏÈ£ /msg ¿À¡¿À¡¾î IDENTIFY ¾ÏÈ£ /msg ^^ ¼³Á¤ µ¿½ÃÀÎÁõ 3 /msg ^-^ ´Ðº¹±¸ * ä³ÎÁ¢¼Ó /j #gnome /j #±î³¯_ÆÒŬ·´}}} 3. mIRC setting - server : irc.kkanari.org (proxy ¼¼ÆÃµÈ ¼­¹ö) - port : 2780 - password : ¾ÏÈ£ - Á¢¼Ó !!! 4. irssi logging config {{{ /SET autolog ON }}} Ãâó - http://www.irssi.org/documentation/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.}}}