function sendPrivmsg(user, network, target, text) {
  courier.callNoWait('connectionmanager', 'write', {
    userId: user.id,
    network,
    line: `PRIVMSG ${target} :${text}`