if you want your metis to login assuming its admin when it joins you room heres the script
**if you enter a different room the bot will try to login there too**
the 1st line is the login for admin
the 2nd line is /bot mode for colour rooms like WCS & FXS
the 3rd line is the activate bot command (turn itself on)
the delay is spread so each command has time to activate itself
<config>
<OnJoinRoom type="script">
<out type="normal" delay="0">/login password</out>
<out type="normal" delay="400">/bot</out>
<out type="normal" delay="800">/mxc run</out>
</OnJoinRoom>
</config>