TorrentVault - IRC network

Nickname:

All the channels in our IRC network are set to invite only (+i), that means you cannot join them without invitation, in order to get invited to these channels you must Login to TorrentVault IRC Bot. Upon logging in to the TorrentVault bot, It will invite you to the channels, you will get a notice from the bot, saying that you have been invited to the channel(s) and that you may join them. You can simply join them by typing /join #channel, #channel being one of the channels you wish to join.

Note: You must type this line to be invited to the channels you're allowed in

/msg TorrentVault invite


Server: irc.torrentvault.org or 66.252.7.158  |  Ports: 9011 or +9022 if you wish to use SSL.

You can join a server by using the following command: /server irc.torrentvault.org:9011 or /server irc.torrentvault.org:+9022 (SSL).


There are several channels on our IRC Network which you may join:
  • #TorrentVault - The main TorrentVault IRC channel
  • #TVHelp - The TorrentVault Support Channel, have a question? Get into the channel and ask around (invitation is not needed).
  • #Pre - The PRE channel, available for everyone.
  • You can join channels simply by writing: /join #channel (#channel being the channel that you wish to join.)
In order to connect to our IRC network, you will need IRC client, one popular client is mIRC, which can be downloaded here.

Remember to register your nickname on our IRC server. You can register with a few easy steps:
  • Register: /msg NickOP register <password> <youremail>
  • Identify: /msg NickOP identify <password> (everytime you join irc you will have to identify yourself)
If there are any questions regarding the IRC server, please send a PM to theraven. All software support questions, or connectablility questions should be directed to our First Line Support members that can be found on the staff page.

Below is a remote script you can paste in to mIRC so you automatically login to NickOP and TorrentVault in chat
Note:IN REMOTES, CLICK FILE>> NEW>> PASTE

on *:NOTICE:*nickname is registered*:*:{
  if ($nick == NickOP && $network == TV) {
    .msg nickop IDENTIFY [password]
  }
}
on *:NOTICE:*Password accepted*:*:{
  if ($nick == NickOP && $network == TV) {
    .msg TorrentVault invite   
  } 
}
on *:INVITE:#:{
  if ($nick == TorrentVault) {
    join $chan
  }
}