Currently I am trying to make it so someone on a Twitch chat can come into my channel and bring my mIRC bot into their channel. Currently, the script I have makes it so you have to specify which channel to join, but that could lead to people sending it to channels that may not want it.
Code:
on *:text:!enter &:#omegazeron: {
  join $lower($2)
  msg $chan Joining channel. (or msg $chan Joining $nick $+ 's channel)
}

I would like to be able to make it so it's only !enter with no followup, and it sends the bot to the speaker's chat only.