_Added in 1.8.10_ *on :KICK:<#|*>:* Triggers when a user is kicked from a channel. _See also [[/kick]], [[$knick]]._ _Haltable using ^_ *Parameters* - The [[User Access Level]] for the event to trigger. <#|*> - The [[Matchtarget]] to listen to. - The commands to be performed when the event listener's criteria is met. *Example*
; Print a kick.
on *:KICK:*:echo -ag $knick was kicked from $chan by $nick with reason: $1-

; Replace kick message with a custom kick message.
on ^*:KICK:*:echo -trc kick # * $nick has kicked $knick from # $iif($1-, ( $+ $1- $+ ),) | halt