Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit 69d5fc6

Browse files
committed
Update README.md
1 parent b629098 commit 69d5fc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ If your irc-network supports ssl you can even use an secure ssl-connection with
4040
xdccget -i -p 1338 "#irc.sampel.net" "#best-channel" "super-duper-bot xdcc send #34"
4141
```
4242

43+
Notice the #-character in front of irc.sampel.net. This tells xdccget to use ssl/tls on the connection to the irc-server.
4344
If the bot even supports ssl than you can use the ssend-command to use an ssl-encrypted connection with the bot.
4445
So for example if the *super-duper-bot* would support ssl-connection, then we could call xdccget like:
4546

@@ -50,6 +51,12 @@ xdccget -i -p 1338 "#irc.sampel.net" "#best-channel" "super-duper-bot xdcc ssend
5051
Notice the *xdcc ssend* command instead of *xdcc send*. This tells the bot that we want connect to him with ssl
5152
enabled.
5253

54+
You can also join multiple channels, so if you also have to join #best-chat-channel in order to download packages from #best-channel, then you can call xdccget like:
55+
56+
```
57+
xdccget -i "irc.sampel.net" "#best-channel, #best-chat-channel" "super-duper-bot xdcc send #34"
58+
```
59+
5360
This is the basic usage of xdccget. You can call xdccget --help to understand all currently supported arguments.
5461
xdccget also uses a config file, which will be placed at your homefolder in .xdccget/config. You can modify
5562
the default parameters to your matters quickly.

0 commit comments

Comments
 (0)