From 06dbdee019256ec52fce87d0bac4ffcda09fa392 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 28 Jun 2026 17:17:50 +0100 Subject: Nick colors on client in JS --- pages/log.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages/log.mustache') diff --git a/pages/log.mustache b/pages/log.mustache index 23eccc6..10a99cf 100644 --- a/pages/log.mustache +++ b/pages/log.mustache @@ -5,6 +5,7 @@ {{channel}} ({{network}}) - tirclogv + @@ -56,7 +57,7 @@ {{#events}} {{&datetime}} - {{#nickwrap1}}{{&.}}{{/nickwrap1}}{{nick}}{{#nickwrap2}}{{&.}}{{/nickwrap2}} + {{#nickwrap1}}{{&.}}{{/nickwrap1}}{{nick}}{{#nickwrap2}}{{&.}}{{/nickwrap2}} {{message}} {{/events}} -- cgit v1.3.1