saving
This commit is contained in:
parent
cff404e702
commit
1377ae2179
@ -86,9 +86,9 @@ foreach my $check_name (@check_list) {
|
|||||||
printf "Name: (%s) is taken by this address (%s)\n", $check->{'name'}, $check->{'address'};
|
printf "Name: (%s) is taken by this address (%s)\n", $check->{'name'}, $check->{'address'};
|
||||||
} else {
|
} else {
|
||||||
if ($options{'register'}) {
|
if ($options{'register'}) {
|
||||||
printf "Name: (%s) is AVAILABLE - and will be registered in a little while\n", $name;
|
printf "Name: (%s) is AVAILABLE - and will be registered in a little while\n", $check_name;
|
||||||
} else {
|
} else {
|
||||||
printf "Name: (%s) is AVAILABLE to register\n", $name;
|
printf "Name: (%s) is AVAILABLE to register\n", $check_name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user