inherit "module.lpc"; // /usr/www/spider/module.lpc på lysator. mixed parse(int nocare, string *matches, string url, mapping got) { mapping tmp; if(strstr(url, "reload")!=-1) { update(file_name(this_object())); destruct(); return ([ "data":"

Ok. I will update.

" ]); } if(tmp=auth(got, "Pers test. Prova att cracka lösenordet :)", ([ "cardeci":"xtHQZEAtXb7wQ", ]))) return tmp; // From module.lpc, Will fail if the password is not correct. // Do the work here.... return "You did it!\n The arguments were:
" 
	+ sprintf("%O", ({ nocare, matches, url, got })) + "
"; }