mIRC Homepage
Posted By: DevilBeach Bot only greets itself - 18/04/16 12:05 AM
I have the following code
on *:join:#:{
msg $chan Hey there
}

However the code only greets itself when I connect to the stream and doesn't do anything when other people join..Any ideas?
Posted By: JB_uk Re: Bot only greets itself - 18/04/16 12:40 AM
Someone will try to help you, please try not to post multiple times for the same issue, it will most likely delay as people have more to scan through.
Please see my reply on your other post found here

Originally Posted By: JB_uk
Have you executed the updated CAP requests for twitch?

Code:
    /raw CAP REQ :twitch.tv/membership
    /raw CAP REQ :twitch.tv/commands 


I have these in a script so when I connect, they automatically execute

Code:
ON *:CONNECT: {
  if ($server == tmi.twitch.tv) {
    /raw CAP REQ :twitch.tv/membership
    /raw CAP REQ :twitch.tv/commands
  }
}

Let me know if this helps.
Posted By: DevilBeach Re: Bot only greets itself - 18/04/16 01:43 AM
Yeah that did the trick! Thanks so much man, youre a lifesaver!
Posted By: JB_uk Re: Bot only greets itself - 18/04/16 03:10 AM
No problem at all, let me know if you need anymore help.

Try to be here as often as possible.
© mIRC Discussion Forums