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 From b341bd9b75d658f7e154660a50f1722d97102057 Mon Sep 17 00:00:00 2001 From: Jules Date: Sun, 18 Jan 2015 03:53:57 -0500 Subject: dix --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9734613..83e7e39 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@

xdcc.pl

-XDCC bot script for irssi. +XDCC script for irssi. Run a fileserver and let people request things over CTCP.

-Download it here: xdcc.pl +Download it here → → → xdcc.pl

Usage

-- cgit v1.2.3-70-g09d2 From 9aade0023eced7210eca1540e2d3392f4456acaf Mon Sep 17 00:00:00 2001 From: Jules Date: Sun, 18 Jan 2015 03:56:08 -0500 Subject: doccccssssssss --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 83e7e39..805c6da 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,13 @@

xdcc.pl

-XDCC script for irssi. Run a fileserver and let people request things over CTCP. +XDCC script for irssi.

-Download it here → → → xdcc.pl +Run a fileserver. People can request DCC sends over CTCP. +

+ +Download it here! → → → xdcc.pl

Usage

-- cgit v1.2.3-70-g09d2 From 4a7df5c54eeaff0f6a658dc6a5f7cb691843f3aa Mon Sep 17 00:00:00 2001 From: Jules Date: Sun, 18 Jan 2015 04:03:20 -0500 Subject: jsdfjsfj --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 805c6da..270eab6 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,9 @@ People can request files from you using these CTCP commands:
  • Turn on DCC autoget - /set dcc_autoget ON -
  • The script will look for files in dcc_upload_path. Filenames should not contain spaces. +
  • The script will look for files in dcc_upload_path which is usually your home directory. +
  • Filenames should not contain spaces. +
  • Absolute paths are fine, only the filename will be shown.

Thanks

-- cgit v1.2.3-70-g09d2 From 4156d8c288cbdbc890e6e8caacc3fbbec02167b3 Mon Sep 17 00:00:00 2001 From: Jules Date: Sun, 18 Jan 2015 04:08:03 -0500 Subject: index --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 270eab6..62ffacf 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - - + +

xdcc.pl

-- cgit v1.2.3-70-g09d2