From 36d4e229b6fc82c68aadae8e6cb7d1874172cf91 Mon Sep 17 00:00:00 2001 From: Jules Date: Sun, 18 Jan 2015 03:51:04 -0500 Subject: index --- README | 5 ----- README.md | 7 +++++++ index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 5 deletions(-) delete mode 100644 README create mode 100644 README.md create mode 100644 index.html diff --git a/README b/README deleted file mode 100644 index 0bb7a9f..0000000 --- a/README +++ /dev/null @@ -1,5 +0,0 @@ -xdcc -==== - -xdcc script for irssi - diff --git a/README.md b/README.md new file mode 100644 index 0000000..8768095 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +xdcc +==== + +xdcc script for irssi + +(read all about it)[http://asdf.us/xdcc/] + diff --git a/index.html b/index.html new file mode 100644 index 0000000..9734613 --- /dev/null +++ b/index.html @@ -0,0 +1,66 @@ + + + +

xdcc.pl

+ +XDCC bot script for irssi. +

+ +Download it here: xdcc.pl +

+ +

Usage

+ +
/XDCC [-add filename description] [-del id] [-list] [-stats] [-enable] [-disable] [-help]
+
+-add:     Add a file to our XDCC server
+-del:     Remove a file from the offerings
+-list:    Display the XDCC list (default)
+-reset:   Reset the file list and the queue
+-stats:   Statistics for this session
+-enable:  Enable the XDCC server
+-disable: Disable the XDCC server
+-help:    Display this help.
+ +Examples: + +
/xdcc -add sally.gif Jollo in his native habitat :)
+/xdcc -add jollo.mp3 Distant cry of the Jollo, 5:43 am
+/xdcc -del 1
+/xdcc -stats
+ +

CTCP XDCC Interface

+ +People can request files from you using these CTCP commands: + +
/ctcp nick XDCC list
+/ctcp nick XDCC get 1
+/ctcp nick XDCC batch 2-4       # request multiple files
+/ctcp nick XDCC remove 3        # remove from queue
+/ctcp nick XDCC queue
+/ctcp nick XDCC help
+/ctcp nick XDCC about
+ +

Queue

+ + + +

Tips & Tricks

+ + + +

Thanks

+ +Greetings to all on #sally and thanks as always to Khaled Mardam-Bey for inventing mIRCScript +

+ +


+Last updated 18 January 2015 — Julie LaLa + -- cgit v1.2.3-70-g09d2