summaryrefslogtreecommitdiff
path: root/docs/startup-HOWTO.html
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-16 11:30:32 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-16 11:30:32 +0000
commitcb35118f7ea0f2e18083e37ad7d5a7d8982d40f3 (patch)
treeae6805b276d0076f126067930b1f1d2a7dd223de /docs/startup-HOWTO.html
parent6b90481d2fe47ee4437d56612b05bad1f735a9bc (diff)
downloadirssi-cb35118f7ea0f2e18083e37ad7d5a7d8982d40f3.zip
a bit more proxy updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2476 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r--docs/startup-HOWTO.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html
index 61a62148..29a85ee4 100644
--- a/docs/startup-HOWTO.html
+++ b/docs/startup-HOWTO.html
@@ -544,6 +544,9 @@ this:</p>
/SERVER ADD -auto -ircnet opn fake.opn 6667 opnpass
</pre>
+<p>The server name and port you give isn't used anywhere, so you can
+put anything you want in there.</p>
+
<p><strong>Irssi proxy</strong></p>
<p>Irssi contains it's own proxy which you can build giving
@@ -602,13 +605,16 @@ give it with:</p>
/SET proxy_password &lt;password&gt;
</pre>
-<p>Irssi's default for connect string is</p>
+<p>Irssi's defaults for connect strings are</p>
<pre>
/SET proxy_string CONNECT %s %d
+ /SET proxy_string_after
</pre>
-<p>which you can modify according to your bouncer's needs.</p>
+<p>The proxy_string is sent before NICK/USER commands, the
+proxy_string_after is sent after them. %s and %d can be used with both
+of them.</p>
<h3><a id="c10">10. Irssi's settings</a></h3>