My local irc bot isnt assigning operator status to users anymore

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 
  }
}