1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

added bnc and dircproxy settings

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2475 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-02-16 11:24:50 +00:00 committed by cras
parent 57607d1e3a
commit 6b90481d2f

View File

@ -521,6 +521,29 @@ these settings in common:</p>
/EVAL SET proxy_string CONNECT %s:%d\n\n
</pre>
<p><strong>BNC</strong></p>
<pre>
/SET proxy_password your_pass
/SET -clear proxy_string
/SET proxy_string conn %s %d
</pre>
<p><strong>dircproxy</strong></p>
<p>dircproxy separates the server connections by passwords. So, if you
for example have ircnet connection with password ircpass and
openprojects connection with opnpass, you would do something like
this:</p>
<pre>
/SET -clear proxy_password
/SET -clear proxy_string
/SERVER ADD -auto -ircnet ircnet fake.ircnet 6667 ircpass
/SERVER ADD -auto -ircnet opn fake.opn 6667 opnpass
</pre>
<p><strong>Irssi proxy</strong></p>
<p>Irssi contains it's own proxy which you can build giving