diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-06 14:43:42 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-06 14:43:42 +0000 |
commit | 185826ccf5a527e4545a195964179f60a8fc6a1a (patch) | |
tree | f4cbc10e58f52e93b00b3ad2f0ba0edd194d6bb0 /docs | |
parent | b3271bcceee3e90531adf4698322b8d9a7b9aa3d (diff) | |
download | irssi-185826ccf5a527e4545a195964179f60a8fc6a1a.zip |
added -! option help, by c0ffee
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2536 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/connect.in | 1 | ||||
-rw-r--r-- | docs/help/in/server.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index f4671ab4..656def0c 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -4,6 +4,7 @@ -4, -6: specify explicitly whether to use IPv4 or IPv6 address -ircnet: the IRCNet -host: the host + -!: don't autojoin channels This command makes irssi to connect to specified server. Current connections are kept and a new one is created. diff --git a/docs/help/in/server.in b/docs/help/in/server.in index f75462cb..a54ad09e 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -6,6 +6,7 @@ -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 + -!: don't autojoin channels -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, |