async function handle319(user, msg) {
  // :irc.localhost 319 ilkka_ Mika7 :#portaali @#hemmot @#ilves #ceeassa
  const channels = msg.params[1];

  await addSystemMessage(user, msg.network, 'server', `--- on channels ${channels}`);