summaryrefslogtreecommitdiff
path: root/docs/startup-HOWTO.html
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-28 14:26:02 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-28 14:26:02 +0000
commit9f7f25fb3b53f7148ca7318c421060a22325f52b (patch)
tree4052489ac99f82ab7c82c46fde27d5da039961b3 /docs/startup-HOWTO.html
parente9e78c85bbfc365b4386ff0495c4eb2d06e4fef9 (diff)
downloadirssi-9f7f25fb3b53f7148ca7318c421060a22325f52b.zip
added psybnc section
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2532 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r--docs/startup-HOWTO.html20
1 files changed, 20 insertions, 0 deletions
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:</p>
<p>The server name and port you give isn't used anywhere, so you can
put anything you want in there.</p>
+<p><strong>psyBNC</strong></p>
+
+<p>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:</p>
+
+<pre>
+ /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
+</pre>
+
+<p>So, you'll specify the usernames with /IRCNET ADD command, and the
+user's password with /SERVER ADD.</p>
+
<p><strong>Irssi proxy</strong></p>
<p>Irssi contains it's own proxy which you can build giving