diff options
author | Timo Sirainen <cras@irssi.org> | 2001-01-18 02:30:59 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-01-18 02:30:59 +0000 |
commit | ce6e5a12f92f5375da6bcf499be666210856dbf3 (patch) | |
tree | 172f342986f4f86aaf1ccf7f99331c642ef617f5 /docs | |
parent | babf7c77ac9344c8b12ca2ce87096e7ed079b687 (diff) | |
download | irssi-ce6e5a12f92f5375da6bcf499be666210856dbf3.zip |
DCC cleanups - half rewrite. New features: file names with spaces work
properly, you can have multiple dcc chats with same people (or more
useful, same nick in different ircnets), /DCC CHAT|GET|RESUME with no
arguments accepts the last request, notifies if dcc request was sent to
channel, warns about connecting to lowports, /SET dcc_autoget_lowports
specifies if autogetting should work with lowports, complains of
invalid dcc ctcps instead of ignoring. And fixed /SET dcc_autorename
OFF which didn't work before.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1135 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/dcc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/help/in/dcc.in b/docs/help/in/dcc.in index d30a4e68..eb9caa34 100644 --- a/docs/help/in/dcc.in +++ b/docs/help/in/dcc.in @@ -7,12 +7,12 @@ files. /DCC LIST - Shows all the open DCC connections. -/DCC RESUME <nick> [<file>] +/DCC RESUME [<nick> [<file>]] - Resumes a DCC SEND/GET connection. -/DCC CHAT <nick> +/DCC CHAT [<nick>] - Sends a chat connection request to remote client or accepts a chat connection if the remote end has already sent a request. -/DCC GET <nick> [<file>] +/DCC GET [<nick> [<file>]] - Gets the file offered by remote client. The file is downloaded and saved into the current working directory. /DCC SEND <nick> <file> |