My local irc bot isnt assigning operator status to users anymore

mIRC, simple echo example with moderator key check.

ON *:TEXT:!echotest:#: {
  if ($msgtags(mod).key == 1)) {
    msg # echotest
}