summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 8cfda59..23bfdb0 100644
--- a/index.html
+++ b/index.html
@@ -14,11 +14,12 @@ Download it here! &rarr; &rarr; &rarr; <a href="xdcc.pl" style="color:blue!impor
<h2>Usage</h2>
-<pre>/XDCC [-add <i>filename</i> <i>description</i>] [-del <i>id</i>] [-list] [-stats]
+<pre>/XDCC [-add <i>filename</i> <i>description</i>] [-del <i>id</i>] [-info <i>id</i>] [-list] [-stats]
[-enable] [-disable] [-trust <i>#channel</i>] [-distrust <i>#channel</i>] [-help]
-add: Add a file to our XDCC server
-del: Remove a file from the offerings
+-info: Show information about a file
-list: Display the XDCC list (default)
-reset: Reset the file list and the queue
-stats: Statistics for this session
@@ -48,7 +49,7 @@ People can request files from you using these CTCP commands:
/ctcp <i>nick</i> XDCC remove 3 <i># remove from queue</i>
/ctcp <i>nick</i> XDCC cancel <i># cancel file transfer</i>
/ctcp <i>nick</i> XDCC queue
-/ctcp <i>nick</i> XDCC info 1 <i># file information</i>
+/ctcp <i>nick</i> XDCC info 1
/ctcp <i>nick</i> XDCC stats
/ctcp <i>nick</i> XDCC help
/ctcp <i>nick</i> XDCC about</pre>