My local irc bot isnt assigning operator status to users anymore

Can you run a /debug @debug and watch for your !echotest message?

@badge-info=subscriber/35;badges=moderator/1,subscriber/30,premium/1;color=#008000;display-name=Ex0dus13;emotes=;flags=;id=f32d900c-0f8d-4efd-a0f8-48e8e3421701;mod=1;room-id=57037390;subscriber=1;tmi-sent-ts=1569094430170;turbo=0;user-id=48849713;user-type=mod :ex0dus13!ex0dus13@ex0dus13.tmi.twitch.tv PRIVMSG #neekems :!echotest

That was able to fetch the required data it seems. Wonder why its throwing ā€˜invalid format’ still…

I am clearly rusty, care to try this? it will clear that if error.

ON *:TEXT:!echotest:#neekems: {
  if (*moderator/1* iswm $msgtags(badges).key) || (*broadcaster/1* iswm $msgtags(badges).key) {
    msg #neekems echotest 
  }
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.