PuNkTuReD commented on a Page, Multi-Server Channel Relay Script  -  Apr 20, 2009

the way this works is:

example:

your in #example
on 4 servers

turn this on, set it to channel #example

and it will relay to and from all 4 servers

its a multi-directional relay script.

if you would like it to state which network the msg/ban/ what ever, originated from.

replace

alias relayevent {
  var %a = $scon(0)
  while (%a) {
    if ($scon(%a).network == $1) { dec %a }
    else { scon %a msg %rchan $2- | dec %a }
} }

with this

alias relayevent {
  var %a = $scon(0)
  while (%a) {
    if ($scon(%a).network == $1) { dec %a }
    else { scon %a msg %rchan $1- | dec %a }
} }
 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.