From 70d09841d9bca2fa55217b670ee84c293551c3f2 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 18 Jul 2017 17:38:24 +0300 Subject: [PATCH] Fix incorrect mode on kick target --- client/views/actions/kick.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/views/actions/kick.tpl b/client/views/actions/kick.tpl index 56da3590..425a62b8 100644 --- a/client/views/actions/kick.tpl +++ b/client/views/actions/kick.tpl @@ -1,6 +1,6 @@ {{> ../user_name nick=from}} has kicked -{{> ../user_name nick=target}} +{{> ../user_name nick=target mode=""}} {{#if text}} ({{{parse text}}}) {{/if}}