{{> ../user_name nick=whois.nick}}

{{#if whois.account}}
Logged in as:
{{whois.account}}
{{/if}}
Host mask:
{{whois.user}}@{{whois.host}}
{{#if whois.actualhost}}
Actual host:
{{whois.actualip}}{{#notEqual whois.actualhost whois.actualip}} ({{whois.actualhost}}){{/notEqual}}
{{/if}} {{#if whois.real_name}}
Real name:
{{{parse whois.real_name}}}
{{/if}} {{#if whois.registered_nick}}
Registered nick:
{{whois.registered_nick}}
{{/if}} {{#if whois.channels}}
Channels:
{{{parse whois.channels}}}
{{/if}} {{#if whois.modes}}
Modes:
{{whois.modes}}
{{/if}} {{#if whois.special}}
Special:
{{whois.special}}
{{/if}} {{#if whois.operator}}
Operator:
{{whois.operator}}
{{/if}} {{#if whois.helpop}}
Available for help:
Yes
{{/if}} {{#if whois.bot}}
Is a bot:
Yes
{{/if}} {{#if whois.away}}
Away:
{{{parse whois.away}}}
{{/if}} {{#if whois.secure}}
Secure connection:
Yes
{{/if}} {{#if whois.server}}
Connected to:
{{whois.server}} ({{whois.server_info}})
{{/if}} {{#if whois.logonTime}}
Connected at:
{{localetime whois.logonTime}}
{{/if}} {{#if whois.idle}}
Idle since:
{{localetime whois.idleTime}}
{{/if}}