!752 p{ makeBot("Snippet Functions"); } answer{ if(matchStart("mksnip *", s, m)){ //Make snippet //Get id S url = "tinybrain.de/" + id; ret "Snippet successfully created at " + url + " .Pl ease login to username:eleutheria password:PWD IS HIDDEN SRRY to edit the snippet."; } if(matchStart("rmsnip *", s, m)){ //Get id //Remove snippet ret "Snippet with id "+ id +" successfully removed."; } if(matchStart("edsnip *", s, m)){ //Get id //Edit snippet S url = "tinybrain.de/" + id; ret "Snippet with id " + id + " successfully edited at " + url + " .Please login to username:eleutheria password:PWD IS HIDDEN FOR NOW to edit snippet."; } }