Very Simple Relay to another servers
Platform: mIRC
Published Aug 22, 2011
Updated Aug 23, 2011
Hello, this is my first snippet :)
HOV TO
1) Replace the FROMCHAN whit the chan you are relay'ing from.
2) Replace the TONETWORK whit the network name you are gonna relay to.
3) Replace the TOCHAN whts the chan you are gonna relay to.
If you have any problems, you can drop by Project-X.
Irc://Anonymous.dyndns.dk:6667/Xavia on *:text:*:#:{
if ($chan == #FROMCHAN) { scid $net(TONETWORK) msg #TOCHAN $1- }
elseif ($chan == #FROMCHAN) { scid $net(TONETWORK) msg #TOCHAN $1- }
elseif ($chan == #FROMCHAN) { scid $net(TONETWORK) msg #TOCHAN $1- }
}
alias net { var %netcount $scon(0)
while %netcount {
if ($scon(%netcount).network == $1) { var %netid %netcount }
dec %netcount
}
scon %netid return $!cid
}