{{> ../user_name nick=whois.nick}}
({{whois.user}}@{{whois.host}}):
{{whois.real_name}}
{{#if whois.account}}
{{> ../user_name nick=whois.nick}}
is logged in as {{whois.account}}
{{/if}}
{{#if whois.channels}}
{{> ../user_name nick=whois.nick}}
is on the following channels: {{{parse whois.channels}}}
{{/if}}
{{#if whois.server}}
{{> ../user_name nick=whois.nick}}
is connected to {{whois.server}} ({{whois.server_info}})
{{/if}}
{{#if whois.secure}}
{{> ../user_name nick=whois.nick}}
is using a secure connection
{{/if}}
{{#if whois.away}}
{{> ../user_name nick=whois.nick}}
is away ({{whois.away}})
{{/if}}
{{#if whois.idle}}
{{> ../user_name nick=whois.nick}}
has been idle since {{localetime whois.idleTime}}.
{{/if}}