mirror of
https://github.com/thelounge/thelounge
synced 2024-11-15 00:37:13 +00:00
Change whois's actual host to include the actualip aswell
This commit is contained in:
parent
a469f22699
commit
c7f6b8409f
1 changed files with 2 additions and 4 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue