FrontPage › irssi_proxy
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, clubguru.net ´Â 27800 /server hanirc /nick ±î³ª¸® * ´ÐÀÎÁõ ¹Þ¾Æ¾ßÇÔ (mIRC ¹æ½Ä) /msg ^^ ÀÎÁõ ±î³ª¸® ¾ÏÈ£ //mode $me +x (X-Chat2 ¹æ½Ä) /msg ^^ ÀÎÁõ ±î³ª¸® ¾ÏÈ£ /mode ±î³ª¸® +x /msg ^^ ¼³Á¤ µ¿½ÃÀÎÁõ 3 /msg ^-^ ´Ðº¹±¸ * ä³ÎÁ¢¼Ó /j #gnome /j #soojung /j #±î³¯_ÆÒŬ·´
- server : irc.kkanari.org (proxy ¼¼ÆÃµÈ ¼¹ö)
- port : 2780
- password : ¾ÏÈ£
- Á¢¼Ó !!!
Ãâó - http://www.irssi.org/documentation/proxy- port : 2780
- password : ¾ÏÈ£
- Á¢¼Ó !!!
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.