-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hey, great bot!
I noticed though I needed to do similar in TwitchPrivMsg::Process()
if (name == "mybot") {
cout << "Ignore own messages!!" >> endl;
return;
}
Because the commands seemed to get echoed back to me... and then of course they run again and in big old loop that ends up in me being rate limited.
Maybe something has changed at Twitch, but this seems to have solved my issues.
Cheers,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels