From WikiChip
mirc/identifiers/$knick
< mirc‎ | identifiers
Revision as of 15:30, 25 June 2014 by Zmodem (talk | contribs) (Created $knick identifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The $knick identifier refers to the nickname of a user who has been kicked from a channel. This can also be the local mIRC client nickname if an ON ME kick event is being monitored.

Synopsis

$knick

Parameters

None

Example

Send a notice to a kicked user with information about the kick:

ON *:KICK:#: {
  .notice $knick You were kicked from $chan by $nick for the following reason: $iif($1-,$1-,No reason given)
}

The following is an example of the above code:

You were kicked from #BreakingBad by WalterWhite for the following reason: Stop mass-highlighting!

Compatibility

Added: mIRC v2.1a

Added On: 28/02/95

See Also