diff options
author | Timo Sirainen <cras@irssi.org> | 2003-10-01 16:02:43 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-10-01 16:02:43 +0000 |
commit | 65463924d217501bb07c02e1e760669130329af0 (patch) | |
tree | acfa99d520f34068b3cfd41efeb0f3721a7a959c /docs | |
parent | 579c1c2efd1e95ab510aeae80ff615791bb03053 (diff) | |
download | irssi-65463924d217501bb07c02e1e760669130329af0.zip |
Added DCC SERVER support by Mark Trumbull
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3127 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/dcc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/help/in/dcc.in b/docs/help/in/dcc.in index e2a3da3a..48e7c0ab 100644 --- a/docs/help/in/dcc.in +++ b/docs/help/in/dcc.in @@ -22,6 +22,10 @@ files. queues them. File names may contain shell expansion characters: * ? [] ~ (~ expansion may not be supported on all platforms). Files with spaces in their names need to be quoted (eg. "file name"). +/DCC SERVER [<+|-scf> <port>] + - Starts a DCC SERVER on the specified port. The remote can connect to this + server and initiate chat, send and fserve requests. You can specify + or - + using any combination of the flags 's' (Send), 'c' (Chat), or 'f' (Fserver). /DCC CLOSE <type> <nick> [<file>] - Closes a DCC-connection. Type can be either SEND, GET or CHAT. |