diff options
author | Timo Sirainen <cras@irssi.org> | 2001-12-10 13:20:20 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-12-10 13:20:20 +0000 |
commit | 1d340a96602c56ffa8c431831e5d04dd234bfdb3 (patch) | |
tree | b50fc56f0ddb3098138b42e714c1b2aecac7b2f7 /docs | |
parent | 45bb286d59a88dc90387f14325347589ca8a117b (diff) | |
download | irssi-1d340a96602c56ffa8c431831e5d04dd234bfdb3.zip |
/SET irssiproxy_ports example had ircnet/ports swapped.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2231 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/proxy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/proxy.txt b/docs/proxy.txt index 91772f22..20e51715 100644 --- a/docs/proxy.txt +++ b/docs/proxy.txt @@ -19,7 +19,7 @@ You really should set some password for the proxy with: Then you'll need to configure the ports/ircnets the proxy listens in, something like: - /SET irssiproxy_ports 2777=ircnet 2778=efnet 2779=opn + /SET irssiproxy_ports ircnet=2777 efnet=2778 opn=2779 There we have 3 different irc networks answering in 3 ports. Note that you'll have to make the correct /IRCNET ADD and /SERVER ADD commands to |