From cb35118f7ea0f2e18083e37ad7d5a7d8982d40f3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 16 Feb 2002 11:30:32 +0000 Subject: [PATCH] a bit more proxy updates git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2476 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/startup-HOWTO.html | 10 ++++++++-- 1 file 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:

/SERVER ADD -auto -ircnet opn fake.opn 6667 opnpass +

The server name and port you give isn't used anywhere, so you can +put anything you want in there.

+

Irssi proxy

Irssi contains it's own proxy which you can build giving @@ -602,13 +605,16 @@ give it with:

/SET proxy_password <password> -

Irssi's default for connect string is

+

Irssi's defaults for connect strings are

      /SET proxy_string CONNECT %s %d
+     /SET proxy_string_after
 
-

which you can modify according to your bouncer's needs.

+

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.

10. Irssi's settings