diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:18:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:18:39 +0000 |
commit | fff5217f02d91268ce90c8c05665602c059faaef (patch) | |
tree | 2ba24d32dc96eafe7ed0a85269548e76796d849d /docs/help/dcc | |
parent | Initial commit. (diff) | |
download | irssi-fff5217f02d91268ce90c8c05665602c059faaef.tar.xz irssi-fff5217f02d91268ce90c8c05665602c059faaef.zip |
Adding upstream version 1.4.5.upstream/1.4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/help/dcc')
-rw-r--r-- | docs/help/dcc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/help/dcc b/docs/help/dcc new file mode 100644 index 0000000..f549b30 --- /dev/null +++ b/docs/help/dcc @@ -0,0 +1,49 @@ + +%9Syntax:%9 + +DCC CHAT %|[-passive] [<nick>] +DCC GET %|[<nick> [<file>]] +DCC RESUME %|[<nick> [<file>]] +DCC SERVER %|[+|-scf] [port] +DCC CLOSE %|<type> <nick> [<file>] + +%9Parameters:%9 + + CHAT: Initiates or accept a chat request. + GET: Accepts a file transfer request. + RESUME: Resumes a file transfer. + SERVER: Starts a DCC server. + CLOSE: Closes a DCC connection. + LIST: Displays all the open DCC connections. + + -passive: Uses the passive DCC protocol. + -scf: Use any combination of the flags to indicate: + 's' - send + 'c' - chat + 'f' - fserver + + The nickname of the person to chat with, or the name of the file to + transfer. + +%9Description:%9 + + The DCC protocol is used to initiate client-to-client chat connections + and file transfers. + + If you are behind NAT, or if the firewall is too restrictive, you might + want to try if using the passive parameter resolves your connection + problem. + + You can send files which contain special character or spaces by enclosing + the filename within quotes. For example: 'my file with spaces.txt'. + +%9Examples:%9 + + /DCC CHAT mike + /DCC GET bob "summer vacation.mkv" + /DCC SEND sarah "summer vacation.mkv" + /DCC CLOSE get mike + /DCC CLOSE send bob "summer vacation.mkv" + +%9See also:%9 CD + |