Attempted confirmation message for /msg sender

This commit is contained in:
Mike Winger 2016-08-05 14:43:08 -04:00
parent a4671ac262
commit b7681769cb

View File

@ -288,6 +288,7 @@ func (h *Host) InitCommands(c *chat.Commands) {
m := message.NewPrivateMsg(strings.Join(args[1:], " "), msg.From(), target)
room.Send(&m)
room.Send(message.NewSystemMsg(fmt.Sprintf("[Sent PM to %s]", target.Name()), msg.From()))
return nil
},
})