@@ -311,7 +311,7 @@ func botSay(m *tb.Message) {
px := PacketAdminRCon{
Packet: Packet{PType: AdminPacketAdminRCon},
Command: fmt.Sprintf("say \"%s\"", msg),
Command: fmt.Sprintf("say \"@%s says : %s\"", m.Sender.Username, msg),
}
srv.Send(px.Bytes())
The note is not visible to the blocked user.