async function handleTopic(user, msg) {
  // :ilkka!ilkkao@localhost.myrootshell.com TOPIC #portaali :My new topic
  const channel = msg.params[0];
  const topic = msg.params[1];
  const conversation = await Conversation.findFirst({