async function handle482(user, msg) {
  // irc.localhost 482 ilkka #test2 :You're not channel operator
  const channel = msg.params[0];

  await addSystemMessage(user, msg.network, 'error', `You're not channel operator on ${channel}`);