Este comando es obligatorio para la redireccion de canales sin este comando no podras enviarlo de su canal a otro canal as copi , paste exactamente como esta
##################
#####mugrocito#####
##################
alias getConnection {; Parameter $1 is the full IP address of a server Ex: 199.9.249.8
; Returns the server connection id that server IP is located.
var %numConnections = $scon(0)
var %serverIncrement = 1
; Which connection is the server located?
while (%serverIncrement <= %numConnections) {
if ($scon(%serverIncrement).$serverip == $1) return $scon( [ $+ [ %serverIncrement ] ] )
else inc %serverIncrement
}
}
raw REDIRECT:*:{
scid $getConnection($2) join -n $1
}
0 comments:
Post a Comment