thelounge/client/views/actions/kick.tpl
dgw e4c6d78762 Display correct kick modes
Defining both the kicker and the target before any code touches the
channel user list ensures that everything is passed to the template.
2017-09-14 02:39:00 -05:00

7 lines
181 B
Smarty

{{> ../user_name nick=from.nick mode=from.mode}}
has kicked
{{> ../user_name nick=target.nick mode=target.mode}}
{{#if text}}
<i class="part-reason">({{{parse text}}})</i>
{{/if}}