summaryrefslogtreecommitdiffstats
path: root/docs/help/in/dcc.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
commitfff5217f02d91268ce90c8c05665602c059faaef (patch)
tree2ba24d32dc96eafe7ed0a85269548e76796d849d /docs/help/in/dcc.in
parentInitial commit. (diff)
downloadirssi-upstream.tar.xz
irssi-upstream.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/in/dcc.in')
-rw-r--r--docs/help/in/dcc.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/help/in/dcc.in b/docs/help/in/dcc.in
new file mode 100644
index 0000000..2e58c9b
--- /dev/null
+++ b/docs/help/in/dcc.in
@@ -0,0 +1,45 @@
+
+%9Syntax:%9
+
+@SYNTAX:dcc@
+
+%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
+