From 9f7f25fb3b53f7148ca7318c421060a22325f52b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 28 Feb 2002 14:26:02 +0000 Subject: [PATCH] added psybnc section git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2532 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/startup-HOWTO.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index ea954cd1..1fcae487 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -623,6 +623,26 @@ this:

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

+

psyBNC

+ +

psyBNC has internal support for multiple servers. However, it could +be a bit annoying to use, and some people just use different users for +connecting to different servers. You can manage this in a bit same way +as with dircproxy, by creating fake connections:

+ +
+    /SET -clear proxy_password
+    /SET -clear proxy_string
+
+    /IRCNET ADD -user ircnetuser ircnet
+    /SERVER ADD -auto -ircnet ircnet fake.ircnet 6667 ircpass
+    /IRCNET ADD -user opnuser opn
+    /SERVER ADD -auto -ircnet opn fake.opn 6667 opnpass
+
+ +

So, you'll specify the usernames with /IRCNET ADD command, and the +user's password with /SERVER ADD.

+

Irssi proxy

Irssi contains it's own proxy which you can build giving