@@ -521,7 +521,7 @@ func botSave(m *tb.Message) {
return
}
r := regexp.MustCompile("^\\/save (?P<Filename>[a-zA-Z0-9._]+)")
r := regexp.MustCompile("^\\/save (?P<Filename>[a-zA-Z0-9._\\/]+)")
if !r.MatchString(m.Text) {
bot.SendChat(m.Chat.ID, "Wrong usage.")
The note is not visible to the blocked user.