I need to make it where my mods and hosts can up theirself
the code works for just me once they deop
Code:
on *:text:*!op*:#channel: {
  if ($nick isop $chan) {
    /cs op #bellchatters $2
  }
}

any help would be appreciated