e4c6d78762
Defining both the kicker and the target before any code touches the channel user list ensures that everything is passed to the template.
7 lines
181 B
Smarty
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}}
|