summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Zhao <isaac.zhao.17@gmail.com>2018-01-24 07:41:18 +0000
committerGitHub <noreply@github.com>2018-01-24 07:41:18 +0000
commitdad2f5c3f13b0324b7af4d85af288ee15c196878 (patch)
tree3405c812e8e5575943432354fc9a91c97bc2d5ba
parentf6b0c2f9ed760376c017f5017b23ee9c73612548 (diff)
downloadirssi.github.io-dad2f5c3f13b0324b7af4d85af288ee15c196878.zip
Better explanation
-rw-r--r--documentation/startup/index.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/startup/index.markdown b/documentation/startup/index.markdown
index e7d5d5d..7931bb8 100644
--- a/documentation/startup/index.markdown
+++ b/documentation/startup/index.markdown
@@ -500,7 +500,7 @@ So, you'll specify the usernames with `/NETWORK ADD` command, and the user's pas
Irssi contains it's own proxy which you can build giving `\--with-proxy` option to configure. You'll still need to run irssi in a screen to use it though.
-Irssi proxy is a bit different than most proxies, normally proxies create a new connection to IRC server when you connect to it, but **irssi proxy shares your existing IRC connection(s) to multiple clients**. And even more clearly: **You can use only one IRC server connection to IRC with as many clients as you want**. Can anyone figure out even more easier ways to say this, so I wouldn't need to try to explain this thing for minutes every time? :)
+Irssi proxy is a bit different than most proxies, normally proxies create a new connection to IRC server when a new client connects to it, but **irssi proxy shares your existing IRC connection(s) to multiple clients**. And even more clearly: **You can use only one IRC server connection of the irssi proxy to IRC with as many clients as you want**. Can anyone figure out even more easier ways to say this, so I wouldn't need to try to explain this thing for minutes every time? :)
Irssi proxy supports sharing multiple server connections in different ports, like you can share network in port 2777 and efnet in port 2778.