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