1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

added -! option help, by c0ffee

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2536 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-03-06 14:43:42 +00:00 committed by cras
parent b3271bccee
commit 185826ccf5
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
-4, -6: specify explicitly whether to use IPv4 or IPv6 address -4, -6: specify explicitly whether to use IPv4 or IPv6 address
-ircnet: the IRCNet -ircnet: the IRCNet
-host: the host -host: the host
-!: don't autojoin channels
This command makes irssi to connect to specified server. This command makes irssi to connect to specified server.
Current connections are kept and a new one is created. Current connections are kept and a new one is created.

View File

@ -6,6 +6,7 @@
-noauto: Don't connect to server at startup -noauto: Don't connect to server at startup
-ircnet: Specify what IRC network this server belongs to -ircnet: Specify what IRC network this server belongs to
-host: Specify what host name to use, if you have multiple -host: Specify what host name to use, if you have multiple
-!: don't autojoin channels
-cmdspeed: Same as /SET cmd_queue_speed, see section 3.1 -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1
-cmdmax: Same as /SET cmd_max_at_once, 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, -port: This is pretty much like the port argument later,