diff --git a/client/views/actions/nick.tpl b/client/views/actions/nick.tpl index 567aeaa7..8b7304f4 100644 --- a/client/views/actions/nick.tpl +++ b/client/views/actions/nick.tpl @@ -1,3 +1,3 @@ -{{mode}}{{nick}} +{{mode}}{{nick}} is now known as -{{mode}}{{newnick}} +{{mode}}{{newnick}} diff --git a/client/views/actions/topic_set_by.tpl b/client/views/actions/topic_set_by.tpl index d842fa67..120c757d 100644 --- a/client/views/actions/topic_set_by.tpl +++ b/client/views/actions/topic_set_by.tpl @@ -1 +1 @@ -Topic set by {{nick}} on {{localeDate when}} +Topic set by {{mode}}{{nick}} on {{localeDate when}} diff --git a/client/views/actions/whois.tpl b/client/views/actions/whois.tpl index 9c91d2ac..ced3326b 100644 --- a/client/views/actions/whois.tpl +++ b/client/views/actions/whois.tpl @@ -5,31 +5,31 @@ {{#if whois.account}}
- {{whois.nick}} + {{whois.nick}} is logged in as {{whois.account}}
{{/if}} {{#if whois.channels}}
- {{whois.nick}} + {{whois.nick}} is on the following channels: {{{parse whois.channels}}}
{{/if}} {{#if whois.server}}
- {{whois.nick}} + {{whois.nick}} is connected to {{whois.server}} ({{whois.server_info}})
{{/if}} {{#if whois.secure}}
- {{whois.nick}} + {{whois.nick}} is using a secure connection
{{/if}} {{#if whois.away}}
- {{whois.nick}} + {{whois.nick}} is away ({{whois.away}})
{{/if}}