{{> ../user_name nick=whois.nick}}
({{whois.user}}@{{whois.host}})
{{#if whois.actuallhost}}
Actual host
{{> ../user_name nick=whois.nick}}
({{whois.user}}@{{whois.actuallhost}})
{{/if}}
{{#if whois.real_name}}
{{> ../user_name nick=whois.nick}}'s real name is:
{{parse whois.real_name}}
{{/if}}
{{#if whois.account}}
{{> ../user_name nick=whois.nick}}
is logged in as {{whois.account}}
{{/if}}
{{#if whois.registered_nick}}
{{> ../user_name nick=whois.nick}}
{{whois.registered_nick}}
{{/if}}
{{#if whois.modes}}
{{> ../user_name nick=whois.nick}}
{{whois.modes}}
{{/if}}
{{#if whois.special}}
{{> ../user_name nick=whois.nick}}
{{whois.special}}
{{/if}}
{{#if whois.operator}}
{{> ../user_name nick=whois.nick}}
{{whois.operator}}
{{/if}}
{{#if whois.helpop}}
{{> ../user_name nick=whois.nick}}
is available for help
{{/if}}
{{#if whois.bot}}
{{> ../user_name nick=whois.nick}}
is a bot
{{/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.logonTime}}
{{> ../user_name nick=whois.nick}}
connected at {{localetime whois.logonTime}}
{{/if}}
{{#if whois.idle}}
{{> ../user_name nick=whois.nick}}
has been idle since {{localetime whois.idleTime}}
{{/if}}