mIRC Home    About    Download    Register    News    Help

Print Thread
#248178 25/09/14 09:29 PM
Joined: May 2014
Posts: 13
O
Pikka bird
OP Offline
Pikka bird
O
Joined: May 2014
Posts: 13
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.

Joined: Jun 2014
Posts: 248
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Jun 2014
Posts: 248
join $chr(35) $+ $lower($nick)

Joined: May 2014
Posts: 13
O
Pikka bird
OP Offline
Pikka bird
O
Joined: May 2014
Posts: 13
Worked perfectly, thanks smile


Link Copied to Clipboard