Merge pull request #1788 from PolarizedIons/PolarizedIons/actualip

Add actualip to the actualhost line in the whois output
This commit is contained in:
Jérémie Astori 2017-12-04 23:30:04 -05:00 committed by GitHub
commit b80710ed82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,9 @@
{{> ../user_name nick=whois.nick}} {{> ../user_name nick=whois.nick}}
<i class="hostmask">({{whois.user}}@{{whois.host}})</i> <i class="hostmask">({{whois.user}}@{{whois.host}})</i>
</div> </div>
{{#if whois.actuallhost}} {{#if whois.actualhost}}
<div> <div>
Actual host {{> ../user_name nick=whois.nick}}'s actual host is: <i>{{whois.actualhost}}</i> (<i>{{whois.actualip}}</i>)
{{> ../user_name nick=whois.nick}}
<i class="hostmask">({{whois.user}}@{{whois.actuallhost}})</i>
</div> </div>
{{/if}} {{/if}}
{{#if whois.real_name}} {{#if whois.real_name}}