Internet Relay Chat (IRC) is a text-based chat system for instant messaging. XDCC (Xabi DCC or eXtended DCC) is a computer file sharing method which uses the Internet Relay Chat (IRC) network as a host service.
When registering this following alpha numeric symbols are allowed on most servers. a-z A-Z 0-9
and symbols [ \ ] ^ _ - { | }
`
Regsiter on Rizon:
irc.rizon.net/+9999
/whois [username]
/nick [username]
/msg nickserv register [password] [email]
/msg hostserv request [some.host.name]
/msg hostserv on
/nick [nickname]
and /msg nickserv identify [password]
/msg nickserv ghost [username] [password]
/join #elitewarez, #elite-chat
/msg nickserv drop [username]
Register on SceneP2P:
irc.scenep2p.net/+9999
/whois [username]
/nick [username]
/msg nickserv register [password] [email]
/join #vhost
!vhost [some.host.name]
/msg hostserv on
/nick [nickname]
and /msg nickserv identify [password]
/msg nickserv ghost [username] [password]
/join #the.source, #the.lounge
/msg nickserv drop [username]
Register on Abandoned:
irc.abandoned-irc.net/+6697
/whois [username]
/nick [username]
/msg nickserv register [password] [email]
/join #vhost
!vhost [some.host.name]
/msg hostserv on
/nick [nickname]
and /msg nickserv identify [password]
/msg nickserv ghost [username] [password]
/join #zombie-warez, #zw-chat
/msg nickserv drop [username]
Abjects: We do not recommend using irc.abjects.net
and #moviegods, #mg-chat
at all. They only allow users to directly connect and ban anyone who use TOR/VPN/SOCKS proxies.
You can find many more xdcc networks at https://www.xdcc.eu/networks.php
Optional IRC Security:
/msg nickserv set kill on
- With protection on, if another user tries to take your nick, they will be given one minute to change to another nick, after which NickServ will forcibly change their nick. If you select QUICK, the user will be given only 20 seconds to change nicks instead of the usual 60./msg nickserv set secure on
- With SECURE set, you must enter your password before you will be recognized as the owner of the nick, regardless of whether your address is on the access list. However, if you are on the access list, NickServ will not auto-kill you regardless of the setting of the KILL option./msg nickserv set private on
- With PRIVATE set, your nickname will not appear in nickname lists generated with NickServ’s LIST command. (However, anyone who knows your nickname can still get information on it using the INFO command.)/msg nickserv set hide quit on
- Hides your quit messages from users./msg nickserv set hide email on
- Hides your email address from users./msg nickserv set hide status on
- Hides your servicess access status./msg nickserv set hide usermask on
- Hides your user@host mask.IRC XDCC Search:
IRC Channel Commands:
!help
- commands help!s
or !search
- search!g
or !get
- download file!req
or !request
- requestIRC Clients:
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Yes IRC/XDCC is still very popular and used by many. You might also be suprised that FTP is still used by many. LOL
By automate, do you mean you have scripts to parse for downloads in an xdcc search engine and directly translate that to bot requests?
Try automated xdcc
I’ll have to check if it runs in wine but thanks, super interesting!
Hex chat and weechat supports scripts
Thanks, I use Konversation but it seems to have scripting as well
Yeah, its very easy to script something for automation.
Do you have a repo I could take a look at?
No I do not. What exactly are you trying to automate?
@burgersc12@sh.itjust.works already sent an interesting link. Basically I want to see if I can set up a process similar to sonarr. Where I just need to enter what I’m looking for and the rest (looking for new releases, checking where to download them, downloading) is automated indefinitly according to some predefined parameters.
You can automate everything, but you need to learn how to code first. I’m sure there are some scripts available in the wild, but you will never get what you want until you can code it yourself. But coding a script/plugin for irssi/weechat/ii is very easy. Just need to do your research. You can code it in any supported language by this clients.
Thanks, I use Konversation but it seems to have scripting as well