ass hole >_<

This commit is contained in:
cx uname
2012-12-21 20:39:25 +04:00
parent d4f4aebce3
commit d9695fab33

View File

@@ -182,7 +182,7 @@ func GetCommand(body, from, dir string) string {
}
func Strip(s, s2 *string) {
r, _ := regexp.Compile("(`|\\$|\"|')") //strip
r, _ := regexp.Compile("(`|\\$|\"|'|\\.\\.)") //strip
*s = r.ReplaceAllString(*s, "")
*s2 = r.ReplaceAllString(*s2, "")
}