Andrew's Relay Script

By AndrewMiller17 on Oct 02, 2005

Very simple relay script. I might make it where you can have a bot turn it on/off. Make sure you change 'chan' to the channel you want the relay script to relay to.

#relay off
on *:text:*:#:{ 
 .msg 'chan' - $chan - $nick - $1- 
} 
on *:action:*:#:{ 
 .msg 'chan' - $chan - $nick - $1- 
} 
on *:OP:#:{ 
 .msg 'chan' - $chan - $nick - sets mode: +o $opnick 
} 
on *:DEOP:#:{ 
 .msg 'chan' - $chan - $nick - sets mode: -o $opnick 
} 
on *:Voice:#:{ 
 .msg 'chan' - $chan - $nick - sets mode: +v $vnick 
} 
on *:devoice:#:{ 
 .msg 'chan' - $chan - $nick - sets mode: -v $vnick 
} 
on *:ban:#:{ 
 .msg 'chan' - $chan - $nick - sets mode: +b $bnick $banmask 
} 
on *:unban:#:{ 
 .msg 'chan' - $chan - $nick - sets mode: -b $bnick $banmask 
} 
on *:kick:#:{ 
 .msg 'chan' - $chan - $nick - kicks: $knick 
} 
on *:join:#:{ 
 .msg 'chan' - $nick - Joins: - $chan - $fulladdress 
} 
on *:part:#:{ 
 .msg 'chan' - $nick - Parts: - $chan - $fulladdress 
} 
#relay end
menu * {
Relay Script
.On:/enable #relay | echo -a Relay Script On
.Off:/disable #relay | echo -a Relay Script Off
}

Comments

Sign in to comment.
Halit   -  Nov 15, 2009

Forever Internet relay chat mIRC Script mirc script

 Respond  
BigBen   -  Feb 11, 2007

or have it set to what u want the bot to put it in, like #LogChannel

 Respond  
BigBen   -  Feb 11, 2007

instead of useing \'chan\' use $chan it works better

 Respond  
anthalus   -  Oct 03, 2005

relay on at the bottom should be #relay end. Also you forgot a { right after menu *. Also, if it should check to make sure that the nick that is using the relay is in both channels, especially the channel that the info is relayed to, as most channels will not allow msg from outside the channel.

 Respond  
Bushak   -  Oct 02, 2005

replace your \'|\' with $chr(125)

 Respond  
AndrewMiller17   -  Oct 02, 2005

Fixed.

 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.