As opposed to pulling one of these maneuvers: client.network().sendChanMessage(channel, "message here") I imagine something along the lines of: client.network().sendPrivateMessage([user], "message here") but I'm not sure. Just wanted to get some input before I start experimenting and wreck my bot again. Per usual.