From 43201b2e9cc22bd3fb5fd1ccc846bc8a3ec0fb26 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 11 Sep 2002 22:58:55 +0000 Subject: [PATCH] more s/opn/freenode/ git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2914 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/manual.txt | 2 +- docs/proxy.txt | 2 +- docs/startup-HOWTO.html | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manual.txt b/docs/manual.txt index 2956e18e..ce544199 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -387,7 +387,7 @@ after connecting to ircnet. This is useful for automatically identifying yourself to NickServ, for example - /IRCNET ADD -autosendcmd "/msg NickServ identify secret" OPN + /IRCNET ADD -autosendcmd "/msg NickServ identify secret" freenode /IRCNET REMOVE diff --git a/docs/proxy.txt b/docs/proxy.txt index 20e51715..41875aab 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 ircnet=2777 efnet=2778 opn=2779 + /SET irssiproxy_ports ircnet=2777 efnet=2778 freenode=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 diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index a3d9a7d8..a5c5d472 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -111,7 +111,7 @@ management (send me a note if you can think of more):

joining channels)

-/IRCNET ADD -autosendcmd "/^msg nickserv ident pass;wait -opn 2000" opn
+/IRCNET ADD -autosendcmd "/^msg nickserv ident pass;wait -freenode 2000" freenode
 

Then add some servers to different networks (ircnet is already set up @@ -272,7 +272,7 @@ Here's some examples:

 /IRCNET ADD -autosendcmd '^msg bot invite' ircnet
-/IRCNET ADD -autosendcmd "/^msg nickserv ident pass;wait -opn 2000" opn
+/IRCNET ADD -autosendcmd "/^msg nickserv ident pass;wait -freenode 2000" freenode
 

After that you need to add your servers. For example:

@@ -401,12 +401,12 @@ without any parameters. You should see a list of something like:

 -!- IRCNet: irc.song.fi:6667 (IRCNet)
--!- OPN: tolkien.openprojects.net:6667 (OPN)
+-!- freenode: irc.freenode.net:6667 (freenode)
 -!- RECON-1: 192.168.0.1:6667 () (02:59 left before reconnecting)
 
-

Here you see that we're connected to IRCNet and OPN networks. The -the IRCNet at the beginning is called the "server tag" while the +

Here you see that we're connected to IRCNet and freenode networks. +The IRCNet at the beginning is called the "server tag" while the (IRCnet) at the end shows the IRC network. Server tag specifies unique tag to refer to the server, usually it's the same as the IRC network. When the IRC network isn't known it's some part of the server name. @@ -662,7 +662,7 @@ you can just forget that your bouncer even exists.

dircproxy separates the server connections by passwords. So, if you for example have ircnet connection with password ircpass and -openprojects connection with opnpass, you would do something like +openprojects connection with freenodepass, you would do something like this:

@@ -670,7 +670,7 @@ this:

/SET -clear proxy_string /SERVER ADD -auto -ircnet ircnet fake.ircnet 6667 ircpass -/SERVER ADD -auto -ircnet opn fake.opn 6667 opnpass +/SERVER ADD -auto -ircnet freenode fake.freenode 6667 freenodepass

The server name and port you give isn't used anywhere, so you can @@ -689,8 +689,8 @@ as with dircproxy, by creating fake connections:

/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 +/IRCNET ADD -user freenodeuser freenode +/SERVER ADD -auto -ircnet freenode fake.freenode 6667 freenodepass

So, you'll specify the usernames with /IRCNET ADD command,