We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d60e1 commit a573668Copy full SHA for a573668
README.md
@@ -1,13 +1,13 @@
1
#Node.js XDCC library
2
requires Node.js IRC library. (`npm install irc`)
3
-
+
4
IRC library for downloading files from XDCC bots.
5
6
##Usage
7
8
```xdcc.request(client, args);```
9
10
-####Requests an XDCC from `{client}` pack based on `{args}`
+####Requests an XDCC from `{client}` based on `{args}`
11
12
`{client}` IRC client (from IRC library)
13
`{args}` Information about the XDCC pack
@@ -55,4 +55,4 @@ IRC library for downloading files from XDCC bots.
55
"ip" : <IP of file sender>
56
"port" : <Port of file sender>
57
"notify" : <Channel/nick to notify about progress>
58
- }
+ }
0 commit comments