summaryrefslogtreecommitdiff
path: root/docs/help/in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/in')
-rw-r--r--docs/help/in/connect.in1
-rw-r--r--docs/help/in/dcc.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in
index aa5e3b20..cfe5e071 100644
--- a/docs/help/in/connect.in
+++ b/docs/help/in/connect.in
@@ -6,6 +6,7 @@
-ircnet: the IRCNet
-host: the host
-!: don't autojoin channels
+ -rawlog: immediately open rawlog after connected
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/dcc.in b/docs/help/in/dcc.in
index d18afcd3..e2a3da3a 100644
--- a/docs/help/in/dcc.in
+++ b/docs/help/in/dcc.in
@@ -20,7 +20,8 @@ files.
- Sends a DCC SEND request to remote client. Remote end has to accept
the request before the transmission can be started. Giving multiple files
queues them. File names may contain shell expansion characters: * ? [] ~
- (~ expansion may not be supported on all platforms)
+ (~ expansion may not be supported on all platforms). Files with spaces
+ in their names need to be quoted (eg. "file name").
/DCC CLOSE <type> <nick> [<file>]
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.