here you go fly..
!setredirect 'roomname' - tells the bot where to redirect to and activates that exile command
!redirect off - disables it
<OnJoinRoom type="script">
<out type="push" extdata="RedirectCommand">/- Redirection Disabled for:</out>
<out type="push" extdata="RedirectRoom">No Room Has Been Set</out>
</OnJoinRoom>
<OnEnter>
<out>$RedirectCommand$ %RAWNAME% $RedirectRoom$</out>
</OnEnter>
<command type="script" users=" ¯`°¤F£¥ Gí®£ 69¤°´¯">
<in>!setredirect %PARAM%</in>
<out type="push" extdata="RedirectRoom">%PARAM%</out>
<out type="push" extdata="RedirectCommand">/exile</out>
<out>Redirection Enabled, New users will now be redirected to: $RedirectRoom$</out>
</command>
<command type="script" users=" ¯`°¤F£¥ Gí®£ 69¤°´¯">
<in>!redirect off</in>
<out type="push" extdata="RedirectCommand">/- Redirection Disabled for: </out>
<out type="push" extdata="RedirectRoom">No Room Has Been Set</out>
<out>Redirection Disabled</out>
</command>