2001-05-30 10:16:06 -04:00
|
|
|
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:
|
|
|
|
|
2002-09-11 18:58:55 -04:00
|
|
|
/SET irssiproxy_ports ircnet=2777 efnet=2778 freenode=2779
|
2001-05-30 10:16:06 -04:00
|
|
|
|
|
|
|
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.
|