!752 p{ makeBot("news bot"); } answer{ if(matchStart("add news *")){ S new = s.replace("add news ", ""); if(getUserName() == "stefanreich" || getUserName() == "bgrgndz"){ //Add to news section ret new + " added to news section."; } } }