Relay Script

By DoruMolnar on Aug 16, 2016

I did a new script for you guys
That script is for BNC's Relay Bot

on *:text:!relay *:#:{
  if ($network == Rizon) {
    scid $net( $+ $2 $+ ) msg %relaychannel [RELAY] (From $nick $+ ) $2-
  }
}
alias net {
  var %netcount $scon(0)
  while %netcount {
    if ($scon(%netcount).network == $1) { var %netid %netcount }
    dec %netcount
  }
  scon %netid return $!cid
}

on *:text:*:#:{
  if ($network == [network]) {
    scid $net(Rizon) msg # $+([,$network,]) < $+ $nick $+ > $1-
alias net {
  var %netcount $scon(0)
  while %netcount {
    if ($scon(%netcount).network == $1) { var %netid %netcount }
    dec %netcount
  }
  scon %netid return $!cid
}

Comments

Sign in to comment.
dma   -  Aug 28, 2016
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.