summaryrefslogtreecommitdiff
path: root/docs/manual.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-01 18:04:34 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-01 18:04:34 +0000
commitc7fbd670e6771e54f3082db2569006c8f1d422c6 (patch)
tree3634f743c80436901977d8eef88b622205cd093a /docs/manual.txt
parentb4a9ee1966358a560a8ba23deb84b7a4a7f4fdc9 (diff)
downloadirssi-c7fbd670e6771e54f3082db2569006c8f1d422c6.zip
/server -add messed up everything when modifying existing servers.
Now it also changes only the specified settings in the server instead of replacing it entirely. only the settings you change changed parts git-svn-id: http://svn.irssi.org/repos/irssi/trunk@266 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/manual.txt')
-rw-r--r--docs/manual.txt22
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/manual.txt b/docs/manual.txt
index f51d3cf7..7065cfb8 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -417,20 +417,34 @@
5.4 Server settings
- /SERVER -add [-auto] [-ircnet <ircnet>] [-host <hostname>]
- [-cmdspeed <ms>] [-cmdmax <count>] <address>
- [<port> [<password> [<nick>]]]
+ /SERVER -add [-auto | -noauto] [-ircnet <ircnet>] [-host <hostname>]
+ [-cmdspeed <ms>] [-cmdmax <count>] [-port <port>]
+ <address> [<port> [<password>]]
- -auto: Automatically connect to server at startup
+ -auto: Automatically connect to server at startup (default)
+ -noauto: Don't connect to server at startup
-ircnet: Specify what IRC network this server belongs to
-host: Specify what host name to use, if you have multiple
-cmdspeed: Same as /SET cmd_queue_speed, see section 3.1
-cmdmax: Same as /SET cmd_max_at_once, see section 3.1
+ -port: This is pretty much like the port argument later, except
+ this can be used to modify existing server's port.
/SERVER -remove <address> [<port>]
/SERVER -list
+ Servers are identified by their name and port. You can have multiple
+ entries for the same server name but in different ports. This is
+ useful for IRC proxies, in one port you could have IRCNet proxy,
+ another port would have EFNet, etc.
+
+ If you wish to change existing server's port to something else, use
+ -port command. For example if you had irc.server.org in port 6667
+ and you wanted to change it to port 6668, use command:
+
+ /SERVER -add -port 6668 irc.server.org 6667
+
After connected to server, Irssi can automatically change your user
mode. You can set it with /SET usermode <mode>, default is +i.