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