mIRC Homepage
Posted By: OmegaZeron Joining a channel - 25/09/14 09:29 PM
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.
Posted By: Belhifet Re: Joining a channel - 25/09/14 10:19 PM
join $chr(35) $+ $lower($nick)
Posted By: OmegaZeron Re: Joining a channel - 25/09/14 10:33 PM
Worked perfectly, thanks smile
© mIRC Discussion Forums