Merge pull request #1788 from PolarizedIons/PolarizedIons/actualip
Add actualip to the actualhost line in the whois output
This commit is contained in:
commit
b80710ed82
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user