Added SILC Thread Queue API
[runtime.git] / apps / irssi / docs / proxy.txt
1 Irssi proxy usage:
2
3 First you'll need to have the proxy module installed, either configure
4 irssi with --with-proxy and do make install, or manually:
5
6   cd src/irc/proxy
7   make
8   mkdir ~/.irssi/modules
9   cp .libs/libproxy.so ~/.irssi/modules/
10
11 In irssi, say:
12
13   /LOAD proxy
14
15 You really should set some password for the proxy with:
16
17   /SET irssiproxy_password secret
18
19 Then you'll need to configure the ports/ircnets the proxy listens in,
20 something like:
21
22   /SET irssiproxy_ports ircnet=2777 efnet=2778 freenode=2779
23
24 There we have 3 different irc networks answering in 3 ports. Note that
25 you'll have to make the correct /IRCNET ADD and /SERVER ADD commands to
26 make it work properly.