diff --git a/host.go b/host.go index a7a379c..0ee043f 100644 --- a/host.go +++ b/host.go @@ -336,6 +336,7 @@ func (h *Host) InitCommands(c *chat.Commands) { txt := fmt.Sprintf("[Sent PM to %s]", name) ms := message.NewSystemMsg(txt, msg.From()) room.Send(ms) + target.SetReplyTo(msg.From()) return nil }, })