diff options
| -rw-r--r-- | index.html | 5 | ||||
| -rw-r--r-- | xdcc.pl | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -82,7 +82,8 @@ and also modify the XDCC offerings using these commands: <li> <tt><i>/set dcc_download_path <b>~/dir</b></i></tt> </ul> <li> Filenames must not contain spaces. -<li> Absolute paths are fine, only the filename will be shown. +<li> Absolute paths are fine. Only the filename will be shown. +<li> DCC does not work for everyone. It's helpful if you are not behind a firewall. </ul> <h3>Thanks</h3> @@ -92,4 +93,4 @@ Greetings to all on #sally and thanks as always to Khaled Mardam-Bey for inventi <hr> <span style="float:right"><a href="https://github.com/julescarbon/xdcc.pl/"><i>Push to Master<i></a></span> -<i>Last updated 20 January 2015 — <a href="/dither/">Julie LaLa</a></i> +<i>Last updated 21 January 2015 — <a href="/dither/">Julie LaLa</a></i> @@ -13,7 +13,7 @@ $VERSION = "1.0"; description => 'This script sets up a little XDCC server.', license => 'Jollo LNT license', url => 'http://asdf.us/xdcc/', - changed => 'Tue Jan 20 01:09:35 EST 2015', + changed => 'Tue Jan 21 09:57:55 EST 2015', ); my @files; |
