README
node-xdcc
Monkey-patches node-irc
to do xdcc file transfers.
Usage
First:
npm install xdcc
See example.js for a comprehensive example.
You'll need to npm install progress
for it to work correctly.
A simple xdcc client
<script type="module">
import xdcc from 'https://cdn.skypack.dev/xdcc';
</script>
Monkey-patches node-irc
to do xdcc file transfers.
First:
npm install xdcc
See example.js for a comprehensive example.
You'll need to npm install progress
for it to work correctly.