diff options
author | Timo Sirainen <cras@irssi.org> | 2004-07-14 12:08:53 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-07-14 12:08:53 +0000 |
commit | cbf042b41d5ecbc669d7e4520c8b2a24f374f544 (patch) | |
tree | c87538cda9ceed8590a42574a03bd54ed138f314 /docs/startup-HOWTO.html | |
parent | 034c03fa0cbd3532b4b5ad0fe145cdfee7d9132b (diff) | |
download | irssi-cbf042b41d5ecbc669d7e4520c8b2a24f374f544.zip |
notes about using /IRCNET with 0.8.9 and older
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3273 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r-- | docs/startup-HOWTO.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index 296bb8ef..16741ead 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -114,6 +114,8 @@ joining channels)</p> /NETWORK ADD -autosendcmd "/^msg nickserv ident pass;wait -freenode 2000" freenode </pre> +<p>(NOTE: use /IRCNET with 0.8.9 and older)</p> + <p>Then add some servers to different networks (network is already set up for them), irc.kpnqwest.fi is used by default for IRCNet but if it fails, irc.funet.fi is tried next:</p> @@ -269,7 +271,7 @@ irssi correctly with multiple servers see the chapter 6.</p> command to see if it's already there. If it isn't, use <code>/NETWORK ADD yournetwork</code>. If you want to execute some commands automatically when you're connected to some network, use <code>-autosendcmd</code> option. -Here's some examples:</p> +(NOTE: use /IRCNET with 0.8.9 and older.) Here's some examples:</p> <pre> /NETWORK ADD -autosendcmd '^msg bot invite' IRCnet @@ -697,6 +699,8 @@ as with dircproxy, by creating fake connections:</p> <p>So, you'll specify the usernames with <code>/NETWORK ADD</code> command, and the user's password with <code>/SERVER ADD</code>.</p> +<p>(NOTE: use /IRCNET with 0.8.9 and older.)</p> + <p><strong>Irssi proxy</strong></p> <p>Irssi contains it's own proxy which you can build giving |