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}}
<i class="hostmask">({{whois.user}}@{{whois.host}})</i>
</div>
{{#if whois.actuallhost}}
{{#if whois.actualhost}}
<div>
Actual host
{{> ../user_name nick=whois.nick}}
<i class="hostmask">({{whois.user}}@{{whois.actuallhost}})</i>
{{> ../user_name nick=whois.nick}}'s actual host is: <i>{{whois.actualhost}}</i> (<i>{{whois.actualip}}</i>)
</div>
{{/if}}
{{#if whois.real_name}}