comparison contrib/whoisd/whoisd.pl @ 1198:93f2650b65c0 draft

added a small tweak to whoisd to show current commit of resdb in whoisd. added and change angelica's resources.
author epoch <epoch@hacking.allowed.ano>
date Tue, 21 Mar 2017 02:16:12 +0000
parents 7a618eaa29cb
children a461bd595421
comparison
equal deleted inserted replaced
1197:e083c616cf04 1198:93f2650b65c0
264 } 264 }
265 else { 265 else {
266 $user=$QUERY; 266 $user=$QUERY;
267 } 267 }
268 $user =~ s/[\r\n]//g; 268 $user =~ s/[\r\n]//g;
269 printf "%%%% %s", `git log -1 | head -n1`;
269 printf "%%%% found user: %s for the query.\n", $user; 270 printf "%%%% found user: %s for the query.\n", $user;
270 271
271 #k. we got user... now to find stuff belonging to that user. 272 #k. we got user... now to find stuff belonging to that user.
272 273
273 ASN_lookup($user); 274 ASN_lookup($user);