Project

General

Profile

$knick » History » Version 2

Per Amundsen, 05/25/2016 04:39 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$knick*
4
5 2 Per Amundsen
Returns the nick of the user kicked during a [[on KICK]] [[Scripting_Events|event]].
6 1 Per Amundsen
7
*Example*
8
9
<pre>
10
on *:KICK:#:echo -ag $knick was kicked from the channel #
11
</pre>