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
}
}
|