X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fproxy.txt;fp=apps%2Firssi%2Fdocs%2Fproxy.txt;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=41875aab3beb56925105a5b387a4ae0f60e168c8;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/docs/proxy.txt b/apps/irssi/docs/proxy.txt deleted file mode 100644 index 41875aab..00000000 --- a/apps/irssi/docs/proxy.txt +++ /dev/null @@ -1,26 +0,0 @@ -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.